Learn String Manipulation by Building a Cipher - Step 3

Tell us what’s happening:

Describe your issue in detail here.

Although the instrution is very simple, i don’t understand it. Can someone explain please?

Your code so far


/* User Editable Region */

text= (Hello World)


/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 3

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.

Hi @donnnyyy you should not change the text variable but instead add a print function
variable = ‘string’
print(variable)

Hello Donnnyyy,

You shouldn’t change the line that was already there.
text = 'Hello World'
Instead you will have to call the print() function and add in the text variable. Can you give it an other try and let us know how it went?

1 Like

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