Build a Caesar Cipher - Step 1

Tell us what’s happening:

build a Caesar cipher step 1
‘main.pi’
‘shift = 5’
every example on google says it is right but you say it’s wrong why?

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

you have written a string, not a variable declaration, so it can’t be right

if you remove the thing that make it a string it will be right