Learn String Manipulation by Building a Cipher - Step 1

Tell us what’s happening:

como creo la variable llamada y le asigno el valor number 5

Your code so far


# User Editable Region

llamada_number 5 = "5"
print(llamada)


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

Challenge Information:

Learn String Manipulation by Building a Cipher - Step 1

Welcome to the forum @saul

Use the example code as a guide.

First type the variable name, then the equals sign, then the number.
You do not need to call the print function for step 1.

Happy coding