Tell us what’s happening:
I’m totally stuck at this problem right here, yes you’re gonna laugh it’s only the seventh one but none the less I need the help.
It says you goota use the len() fuction so that’s what I did.
I used
text = ‘Hello world’
print(text-1)
len(text-1)
Its safe to say I’ve been stuck all day here.
Your code so far
# User Editable Region
text = 'Hello World'
len[text-1]
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 7