Learn String Manipulation by Building a Cipher - Step 4

Tell us what’s happening:

I’m stuck not sure what I’m supposed to input in the print

Your code so far


# User Editable Region

text ='Hello World'
print(Hello world)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 4

Print your text variable to the screen by passing the text variable as the argument to the print() function.

You need to use the variable text

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