Learn String Manipulation by Building a Cipher - Step 3

Tell us what’s happening:

i have done what it has asked.it keeps telling me to repeat.

Your code so far


# User Editable Region

 print("1,2,3,4,5,6,7,8,9,10")

# 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/127.0.0.0 Safari/537.36

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 3

For now, go to a new line and add an empty call to the print() function. You should not see any output yet.

Your print call should be empty (no arguments, no numbers)

If you deleted the previous line you should reset the step and try again.