Tell us what’s happening:
i can"t get it. i tried so many time but still failed to do it properly.
Your code so far
# User Editable Region
variable_name = value
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/151.0.0.0 Safari/537.36 Edg/151.0.0.0
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 1
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/learn-string-manipulation-by-building-a-cipher/6551ecf597038c36637f3759.md at main · freeCodeCamp/freeCodeCamp · GitHub
dhess
2
Hi @mannat_06,
Create a variable called number and assign the value 5 to your new variable.
Looking at the example:
variable_name = value
just replace variable_name with number (the name of your new variable) and value with 5 (the value of your new number variable).
Happy coding