Learn String Manipulation by Building a Cipher - Step 17

Tell us what’s happening:

J’essayais toutes les methodes que j’ai pu trouver mais rien ne marche . Je ne comprends pas ou est mon erreur.

Your code so far


# User Editable Region

text = 'Hello World'
shift = 3
alphabet = 'abcdefghijklmnopqrstuvwxyz'
index = alphabet.find(text[0].lower())
print(index)

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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 17

Add another print() call to print text.lower()

You should not change the existing code. You need to add another line of code.
Reset the code for this step and follow the instructions above.

code removed by moderator

“use this code bro”