Learn String Manipulation by Building a Cipher - Step 5

Tell us what’s happening:

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

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

you need to print that directly without using an intermediate variable

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.