Learn String Manipulation by Building a Cipher - Step 12

Tell us what’s happening:

Describe your issue in detail here.
hi im really confuse

Your code so far


# User Editable Region

alphabet='abcdefghijklmopqrstuvwxyz'
print('abcdefghijklmnopqrstuvwyxz'[6])
alphabet.find(abcdefghijklmnopqrstuvwxyz[0])

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 12

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

first reset and after that assign find() function to alphabet and inside find() function put text[0]. here u don’t need to create a variable simply just use string variable along with function and put text[0] inside function

please refer below

can u create the topic and share the link to lesson 15

Currently, tests don’t pass if you comment out the code. There’s already a PR to fix this. For now, when asked to remove something, you should delete it to pass the tests.

Please open your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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