Build a Caesar Cipher - Step 1

Tell us what’s happening:

Please help with declare a variable called shift and assign the value to 5

Your code so far


# User Editable Region

'main.pi'
'shift = 5'

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

Challenge Information:

Build a Caesar Cipher - Step 1

Have a look at the example code:

variable_name = value

Apply that to the instructions. I suggest you reset and try again.