Build an Employee Profile Generator - Step 9

Tell us what’s happening:

I am writing the codes properly still it is not giving me the output give the the output of the code

Your code so far

first_name = 'John'
last_name = 'Doe'
full_name = first_name + ' ' + last_name
address = '123 Main Street'
address += ', Apartment 4B'

# User Editable Region

employee_age = 28
employee_age = full_name + employee_age


# User Editable Region

Your browser information:

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

Challenge Information:

Build an Employee Profile Generator - Step 9

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

Hi

You have removed some of the seed code. Please reset the step. You need to update the employee_info variable.