Build an Employee Profile Generator - Step 2

Tell us what’s happening:

My code is correct but you sait wrong please check my code

Your code so far

# User Editable Region
full_name = first,name + last,name
print(full_name)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36

Challenge Information:

Build an Employee Profile Generator - Step 2
I want exact code

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

are you sure this is correct?

Welcome to the forum @shreyana1006,

Please use the variable names in the starting code.

first_name = ‘John’
last_name = ‘Doe’

Happy coding