Learn String Manipulation by Building a Cipher - Step 9

Tell us what’s happening:

when it asked to make a new variable called shift and assign it the value of three i did;
shift = ‘3’
and it said it was wrong.

Your code so far


# User Editable Region

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

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 9

you need to assign a number, not a string