Build an Employee Profile Generator - Step 10

Tell us what’s happening:

i provided right but that didn’t run in and didn’t allow to go next question

Your code so far


# User Editable Region

employee_age = 18
employee_info = "kashish" + str(employee_age)
print(employee_info)


# 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/145.0.0.0 Safari/537.36 Edg/145.0.0.0

Challenge Information:

Build an Employee Profile Generator - Step 10

employee_info = full_name + ' is ' + employee_age

It looks like you may have changed the starting code in areas you were not asked to change, which will cause the tests to fail. Please click the reset button to restore the original code and try again.

image