Learn String Manipulation by Building a Cipher - Step 26

Tell us what’s happening:

It will not accept my new variable, I have tried all the other posts but nothing. Assistance?

Your code so far

text = 'Hello World'
shift = 3
alphabet = 'abcdefghijklmnopqrstuvwxyz'

# User Editable Region

for index = alphabet.find(char) char in text:
    print(char)

# 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/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 26

Hi there! Don’t change the for loop conditions, place the new index variable and its value on the next line