arneilv
December 23, 2023, 4:45pm
1
I’m new to Python and am still learning. I’m stuck on step 12 and am not sure what I’m missing. I believe I’ve correctly identified my string and properly formatted the find function, but it still doesn’t pass. My code is below:
alphabet='abcdefghijklmnopqrstuvwxyz'
alphabet.find(text[0])
Please post a link to the Step. Thanks
arneilv
December 23, 2023, 4:49pm
3
Of course! Apologies. Here’s the step .
arneilv
December 23, 2023, 5:21pm
5
Yes, for this step this is all of the code I have. The previous step (step 11) says:
declare another variable called alphabet
. Assign the string abcdefghijklmnopqrstuvwxyz
to this variable.
I did this, and it passed, which allowed me to move to step 12, where I am currently stuck.
ILM
December 23, 2023, 5:25pm
6
where is the text
variable?
You need to un-delete the code you removed
arneilv
December 23, 2023, 6:08pm
8
Adding the code from the previous step worked! Thank you!
1 Like
system
Closed
June 23, 2024, 6:09am
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.