Tell us what is happening in this code

employee_age = str(28)

employee_age = str(employee_age)

print (employee_age)

my_num = str(42)
print(type(my_num)) # <class 'str'>

Update your employee_info assignment to convert employee_age to a string using str(employee_age).

and the error says You should modify the assignment of your employee_info variable by converting employee_age into a string with str(employee_age).

is this related to a challenge? please share a link to that challenge

Though I can say I do not see the variable employee_info mentioned anywhere

i really dont understand how it works, i will be thankful if you help me understand the code

Please share a link to the challenge.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.