Learn String Manipulation by Building a Cipher - Step 23

Tell us what’s happening:

Please help solve this problem. I already tried all

Your code so far


# User Editable Region

text = 'Hello World'
shift = 3
alphabet = 'abcdefghijklmnopqrstuvwxyz'
for-i

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 23

please look again at the example on how to write a for loop

I already solve it thanks