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
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
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.
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.