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?