Tell us what’s happening:
The website is unresponsive when I click on “Verify Code” in the second practical assignment. It gives me the option to try again later, which I did, but it still didn’t respond.
Your code so far
# User Editable Region
first_name = 'John'
last_name = 'Doe'
print (first_name + ' ' + last_name)
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36
Challenge Information:
Build an Employee Profile Generator - Step 1