Build an Employee Profile Generator - Step 2

Tell us what’s happening:

I tried concatenating the first name and last name but it does’nt work and I’ve tried everything

Your code so far

# User Editable Region
first_name = 'John'
last_name = 'Doe'
full_name = 'John' + 'Doe'
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/149.0.0.0 Safari/537.36

Challenge Information:

Build an Employee Profile Generator - Step 2

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

please try using the variables first_name and last_name