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