mirror of https://github.com/JavMB/ejercicios
sort
This commit is contained in:
parent
f237d09ebf
commit
f4406ab971
|
|
@ -1,7 +1,7 @@
|
||||||
# =====================================
|
# =====================================
|
||||||
# VARIABLES Y TIPOS (No se declara tipo explícito)
|
# VARIABLES Y TIPOS (No se declara tipo explícito)
|
||||||
# =====================================
|
# =====================================
|
||||||
nombre = "Javi"
|
nombre = "Javi"
|
||||||
edad = 22
|
edad = 22
|
||||||
pi = 3.14
|
pi = 3.14
|
||||||
activo = True
|
activo = True
|
||||||
Loading…
Reference in New Issue