Hello, I have the same issue as others had. But I double checked, and I really don’t see the mistake I made
I did reset the exercise. I tried the "employee_info concatenation step in 2 lines and in 1 line
first_name = ‘John’
last_name = ‘Doe’
full_name = first_name + ’ ’ + last_name
address = ‘123 Main Street’
address += ‘, Apartment 4B’
employee_age = 28
employee_info = full_name + ’ is ’ + str(employee_age)
I’d say, I skip this one and move to the next step… but that’s not possible. I’d appreciate if someone has a suggestion
In the future when you ask for assistance please include a link to the challenge you are working on.
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.