Cuéntanos qué está pasando:
Hello, I would like your help in step 14 of the Cesar encryption. I have seen videos and other things and I have not been able to solve it. Thank you for your prompt help.
text = ‘Hello World’
shift = 3
alphabet = ‘abcdefghijklmnopqrstuvwxyz’
alphabet.find(‘z’)
alphabet.find(‘text[0]’)
Tu código hasta el momento
# User Editable Region
text = 'Hello World'
shift = 3
alphabet = 'abcdefghijklmnopqrstuvwxyz'
alphabet.find('z')
alphabet.find('text[0]')
# User Editable Region
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Información del Desafío:
Aprenda la Manipulación de Cadenas Construyendo un Cipher - Paso 14