Please I seem not to understand how to declare the shift variable in this task and assign value 3 to it.
Your code so far
# User Editable Region
text = 'Hello World'
print(type(text))
shift
# User Editable Region
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 9
Look at the text variable. Do the same to the variable shift but assigning a 3 (number) to it. That =
that you see is the assignment operator.
I have done this countless times but still not working sir
Please post your updated code
1 Like
system
Closed
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.