Hello! I’m stuck at this step as well. My code looks like this:
my_string = “Hello World”
print(my_string[6])
ChatGPT says the code is right but it’s not letting me pass.
Now, instead of printing text, print just the character at index 6.
the character at index 6 of text. Don’t use the variables given in the example, that’s just for a demonstration. You should reset it and just make a small modification to the print line.