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