Hi David117 the text[0] should be inside the parentheses of the find function.
Because the function is trying tell you at what point the first character of the ‘Hello World’ string is in the alphabet.
so basically in simple words at what position/number is the letter h in the alphabet but you will see in more detail how it works in the following steps
Hi finn1 so I tried the find function with the text 0. It still is not coming out right and I don’t
like being that person that nags for help but I’m really stuck this is what the code looks like.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
it was supposed to be where the 0 was forgot to text that when asking the question also I finally figured it out. I just took what finn1 said simplified. I removed the letter I wanted and the print statement.