Build an Employee Profile Generator - Step 1

Tell us what’s happening:

What have I done wrong in this lesson my code wont pass

Your code so far


# User Editable Region



# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36

Challenge Information:

Build an Employee Profile Generator - Step 1

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/workshop-employee-profile-generator/695c96f82af4fb78e59fa9ed.md

You didn’t write anything, Please check requirement.
Create a variable first_name which stores the string John and a variable last_name which stores the string Doe. Then print first_name and last_name.