From f4406ab971c901e3073952e3da5d9507011536cb Mon Sep 17 00:00:00 2001 From: javi Date: Tue, 16 Sep 2025 15:55:22 +0200 Subject: [PATCH] sort --- prueba.py => py/prueba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename prueba.py => py/prueba.py (98%) diff --git a/prueba.py b/py/prueba.py similarity index 98% rename from prueba.py rename to py/prueba.py index 01fb622..c7b8529 100644 --- a/prueba.py +++ b/py/prueba.py @@ -1,7 +1,7 @@ # ===================================== # VARIABLES Y TIPOS (No se declara tipo explĂ­cito) # ===================================== -nombre = "Javi" +nombre = "Javi" edad = 22 pi = 3.14 activo = True