I just started with coding, so still need to learn a lot. And currently I’m learning something in Python, i’m at step 10 and it says is should print my new variable, but I couldn’t figure out how exactly to do that. Could someone help me with that please? Thanks in advance.
until now it was correct, now it says this, how do I do it correctly?:
And now print your new variable:
i’m just not sure how to print the shift = 3 (the variable) now, it says i should print the new variable
i tried it with print(text) or something or added 3 into it… I know that was wrong but just couldn’t figure out how to do it correctly…
you put the name of the variable in the parenthesis of print
If you have issues you could review step 4 in which you printed something for the first time
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. This button only appears if you have tried to submit an answer at least three times.
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.