What happens you don't understand why you get errors

Learn String Manipulation by Building a Cipher - Step 9

Tell us what’s happening:

I am a beginner. Trying a quiz for the 1st time, and each one is taking forever because I don’t know. I only watched a few lectures. I am stuck with a question that looks simple. I don’t know why I get an error and it is frustrating that there is no answer anywhere. How did you all do it?
Than you in advance!

“And now print your new variable”. The previous variable was shift=3

Your code so far

text = 'Hello World'
shift=3
print(shift)

What does the hint say?
If I try your code I get " You should not remove your existing print() call.", I suggest resetting the step, you should not delete code, only add code in this step

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.