Build an Employee Profile Generator - Step 2

Tell us what’s happening:

with or without space its not working what do I do?

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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Build an Employee Profile Generator - Step 2

Welcome to the forum @mixw8352

In this step you concatenate two variables.

In the next step you’ll add a space.

Happy coding

I’m also stuck here. Does anyone have a solution for this?

Welcome to the forum @corosenfeldt!

Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Help button image located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.

Thank you.

Happy coding!