Learn String Manipulation by Building a Cipher - Step 13

Tell us what’s happening:

what to do after it. I keep trying to do this challenge.
Describe your issue in here.
I can’t figure out where is my mistake. Please tell my mistake

Your code so far


# User Editable Region

text = 'Hello World'
shift = 3
alphabet = 'abcdefghijklmnopqrstuvwxyz'
alphabet.find('a')

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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 13

Hi! You have to pass text[0] to the method to get the first letter, not the letter itself

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.