Learn String Manipulation by Building a Cipher - Step 4

Tell us what’s happening:

I don’t understand what I need to do and I am confused

Your code so far


# User Editable Region

greet = 'Hello!'
print(greet)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 4

Do you have a question about something?

You are printing “greet” but the instructions say to print “text”

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

sorry but I figured it out thx tho

1 Like