Tell us what’s happening: Modify your print(shift)
call to print the data type of your shift
variable. I have an idea of what they’re asking not sure how to execute it…
Describe your issue in detail here.
Your code so far
# User Editable Region
text = 'Hello World'
print(type(text))
shift = 3
print(type[3])
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 11