Python course workshop not matching instructions (mobile)

I’m doing Step 1 of the Python Employee Profile Generator using Chrome (on Android), and the test doesn’t seem to match the instructions. The step says to create first_name and last_name and print both, but the test keeps telling me to print only one of them. If I print first_name, it suddenly tells me to print last_name instead. When I print only last_name, it tells to print first_name.

I’m also getting some weird UI glitch (page stuck at the bottom of the instructions). Is this fixable in some way?

Please post the url of the step you are on so we can check it.

please print both variables each in its own print

I got to the next step of the workshop thing by printing the variables in separate print() functions, but in case someone at the staff wants to fix this problem or something, here’s the URL: https://www.freecodecamp.org/learn/python-v9/workshop-employee-profile-generator/step-1

if you want to report an issue with this step please open an issue on github

do you want to request that printing both variables in a single print is accepted or something like that?