Learn String Manipulation by Building a Cipher - Step 4

Tell us what’s happening:

I’m stuck qt step 4 at scientific computing with phyton at hello greet print()

Your code so far


# User Editable Region

text = 'Hello' print(text)

# User Editable Region

Your browser information:

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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 4

Hi there! :waving_hand:
It looks like the lesson asks you to:

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

However, it seems like you accidentally modified the string and placed the print() function incorrectly. Please make sure to follow the instructions exactly so the lesson can pass successfully.

you need to put the print on a new line, Python is strict on this