Learn String Manipulation by Building a Cipher - Step 3

Tell us what’s happening:

text = “Hello World”
print(text)

above code is not working

Your code so far


# User Editable Region

text = 'Hello World'
print(text)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 3

Hi there and welcome to the forum!
You have to add an empty call to the print().
Now you’re calling text variable to be printed