Tell us what’s happening:
full_name = first_name + ’ ’ + last_name
print(full_name)
Your code so far
first_name = 'John'
last_name = 'Doe'
print(first_name)
# User Editable Region
print(last_name)
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/144.0.0.0 Safari/537.36
Challenge Information:
Build an Employee Profile Generator - Step 2
why is my code not working
Tell us what’s happening:
full_name = first_name + ’ ’ + last_name
print(full_name)
Your code so far
first_name = 'John'
last_name = 'Doe'
print(first_name)
# User Editable Region
print(last_name)
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/144.0.0.0 Safari/537.36
Challenge Information:
Build an Employee Profile Generator - Step 2
why is my code not working
I put the space but it is still not working
Please share your updated code.
pkdvalis
Split this topic
February 19, 2026, 2:49pm
6
Create a variable full_name by concatenating first_name and last_name.
The instructions actually do not ask for anything between, right?
Can someone actually tell me how to do it please, i got suck in it since yesterday pleasssssssssssssse
ILM
March 15, 2026, 9:44am
12
hi @louvendjyromelus , please create your own topic to ask for help
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.