5. Nombres de variables

>>> a = 2
>>> precio = 500
>>> print(a)
2
>>> print(precio)
500
>>> 3x = "texto"
  File "<stdin>", line 1
    3x = "texto"
    ^
SyntaxError: invalid syntax

Defina variables válidas e invalidas a continuación

You have attempted of activities on this page