Learn String Manipulation by Building a Cipher - Step 5

Tell us what’s happening: Not understanding how to solve problem.

Your code so far


# User Editable Region

text = 'Hello World'
W = text[6]
print (6)

# User Editable Region

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.

Welcome to the forum @DctrSnapl

You are adding code from the example.
Please reset the step to restore the original code.

You need to access a certain index of the string.
You can do this using bracket notation.

Read the instructions carefully then add your code to the print call.

Happy coding

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