Learn String Manipulation by Building a Cipher - Step 15

Tell us what’s happening:

Anyone can please what should I do I’m stuck on this part tried everything but ain’t working

Your code so far


# User Editable Region

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

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn String Manipulation by Building aCipher - Step 15

Hi there! A couple of issues:
1.

The initial variable name is text

Do you need these single quotes here?

I guess yes we need to add text between these columns

You don’t need quotes when assigning a value to a variable

2 Likes