Learn String Manipulation by Building a Cipher - Step 1

Tell us what’s happening:

I did not understand
Please explain do it tell me

Your code so far


# User Editable Region

variable_bame=5

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 1

Are you intentionally starting archived content? we recommend the current Python certification https://www.freecodecamp.org/learn/python-v9/

variables are a common tool in pretty much all programming languages, in Python you give a value to a variable with =
the example shows variable_name = value but you need to create a variable where variable_name is number and where value is 5