Build an Employee Profile Generator - Step 1

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

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-employee-profile-generator/695c96f82af4fb78e59fa9ed.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @ee6668688

You are asked to print two strings.

Happy coding