Learn String Manipulation by Building a Cipher - Step 1

Tell us what’s happening:

i dont know how to do it
can you teach me how to do that

Your code so far


# User Editable Region

454

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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 1

Hi there and welcome to our community!

Create a variable called number and assign the value 5 to your new variable.

The syntax (as in challenge description):

variable_name = value

So, using this syntax, replace variable_name with the name given in the instructions, and value with the value given in the instructions.