Learn String Manipulation by Building a Cipher - Step 2

Tell us what’s happening:

i didnt know what is the wrong thing about the code. so can you help me

Your code so far


# User Editable Region


text = "hello wolrd"
number = "This is not valid"

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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 2

Hi and welcome to the forum :wave:

Delete your number variable and its value.

Sounds like you will need to delete the line where the number variable is assigned. Delete it/remove it.

declare another variable called text and assign the string 'Hello World' to this variable.

Check your spelling and capitalization. Copy and paste the phrase from the instructions if it helps. Please always double check your spelling before posting on the forum.