Tell us what’s happening:
Please am new here I need all the help I can get to learn python thanks
Your code so far
# User Editable Region
5
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 1
ILM
2
welcome to the forum!
what issue are you having with this step?
Teller
3
Welcome to the forum @Jamesonluv37711
Use the example given in the instructions as a guide to write your code.
variable_name = value
The variable name is on the left, and the equals sign is used to assign a value to it.
Create a variable called number
and assign the value 5
to your new variable.
So far you have the value.
Happy coding
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.