Colores en Los Programas.: Naranja
Colores en Los Programas.: Naranja
Colores en Los Programas.: Naranja
Grupo:502 28/Oct./2022
Programacion.
>>> print(hola)
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
print(hola)
NameError: name 'hola' is not defined
- >>> print(hola)
- Traceback (most recent call last):
- File "<pyshell#1>", line 1, in <module>
- print(hola)
- NameError: name 'hola' is not defined
- >>>