Tell us what’s happening: i am stuck, begenning to learn python, cant seem to undertand the order/excercise)
Your code so far
# User Editable Region
text = 'Hello World'
print(type(text))
shift = 3
# 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/122.0.0.0 Safari/537.36
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 10
Hey, instructions ask you to print shift
. Did you try it?
yessss, but i have an issue founding the syntax error 
Hi @guadalupenerea,
Welcome to FFC.
In task 9 you created a new variable shift
assigned the value 3
.
Now in the task 10, you are requested to print the new variable.
Use the print()
to print. With the variable you want to print inside the bracket.
Let me know if this gets you unstuck.
happy coding.
1 Like
omg, thankyou, just unbloked my brain!! i was overthinking it, it was simpler than i was making it

2 Likes
what do I print in the bracket
Please open a new topic for your question (Click Help / Create a help post)