Learn String Manipulation by Building a Cipher - Step 1

Tell us what’s happening:

I cant understand I don’t know the basic so explain

Your code so far


# User Editable Region

variable_number = 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/137.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 1

Hi. Declaring a new variable and assign it to a value works as following.
On the left side of “=” you give the name of the variable, and on the right side you give a value to it.
In the example “variable_name” is the name of the variable. It is not necessary to use “variable” in the variable names.