Learn String Manipulation by Building a Cipher - Step 9

Tell us what’s happening:

I have done exactly as told, what mistake did I do

Your code so far


# User Editable Region

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

# 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/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 9

What were the instructions?

Welcome to the forum @Soul1

Now go to a new line and create another variable called shift and assign the value 3 to this variable.

Your code is assigning a string to the variable.
The instructions ask you to assign a number to the variable.

Happy coding

you can see it in the reply below