Learn String Manipulation by Building a Cipher - Step 2

Tell us what’s happening:

assign the the string “hello world” to text variable

Your code so far


# User Editable Region

text = " hello world "

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 2

Hi there! Why do you place these spaces in the string?

To make your code easy to read and understand.

Well, this is the wrong way to make the code readable. Try to remove the extra spaces and see what happens