Describe your issue in detail here.
I may be reading the intent of the question wrong but my cold prints the character indexed at 6. could someone point out my misunderstanding or mistake. thanks
Your code so far
text = ‘Hello World’
r= text[6]
print (r)
Challenge Information:
Learn String Manipulation by Building a Cipher - Step 5