Build an Employee Profile Generator - Step 2

Tell us what’s happening:

You should assign a string formed by concatenating first_name and last_name to your full_name variable.

Check Your Code
i have tried running but it isn’t working

Your code so far

first_name = 'John'
last_name = 'Doe'
print(first_name)
print(last_name)

# User Editable Region

full_name = first_name + ' ' + last_name
print(full_name)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0

Challenge Information:

Build an Employee Profile Generator - Step 2

Welcome to the forum @olawuyiayomide540 !

Nicely done, but were you asked to include a space?

Happy coding!

good job in adding a space! the step does not expected you to do that yet tho, wait for next step to add a space

could you be clear in your answer, i can’t do it, I’m stuck since yesterday, could someone help me pleassssssssse

hi @louvendjyromelus , please create your own topic to ask for help so we can give you the focus you deserve

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.