I am on build and employee profile step 11 and cannot move on even though code looks correct . I am getting the following error message and not sure what is the error or what else is required
Hi
Welcome to the forum. Can you please post the url of the step you are currently on.
Please also post your code.
There are two ways you can format your code to make it easier to read and test:
- After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (
</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)
- Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.
To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor:
For future reference 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.
Welcome to the forum @EllyB,
Here’s the starting code for this step:
employee_info = full_name + ' is ' + str(employee_age)
And the instructions are asking you to:
concatenate the string
years oldat the end, using the+operator. Remember to include a space at the beginning of your string.
Did you add a space to the beginning of your ‘years old’ string as asked?
In the future, if you need help, please use the “Help” button on the challenge. Thank you.
Happy coding



