From ff55f157d2eed9ed28d9950dcaf308ff86759ee7 Mon Sep 17 00:00:00 2001 From: Alvaro Lara Date: Thu, 6 May 2021 11:28:39 -0400 Subject: [PATCH 1/2] prueba para ver rama --- guia_Python/ejercicio10.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guia_Python/ejercicio10.py b/guia_Python/ejercicio10.py index a993cb4..d78407b 100644 --- a/guia_Python/ejercicio10.py +++ b/guia_Python/ejercicio10.py @@ -10,4 +10,5 @@ elif sueldo >500000 and sueldo <= 850000: print("su bono es de $50.000-") else: - print("Fuera de rango-") \ No newline at end of file + print("Fuera de rango-") + From 5795d6b6ebbded265d2ad8a08a6e6cf9399c7976 Mon Sep 17 00:00:00 2001 From: Alvaro Lara Date: Thu, 6 May 2021 20:56:41 -0400 Subject: [PATCH 2/2] testing today I made a test UwU --- guia_Python/test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 guia_Python/test.py diff --git a/guia_Python/test.py b/guia_Python/test.py new file mode 100644 index 0000000..c3d1305 --- /dev/null +++ b/guia_Python/test.py @@ -0,0 +1 @@ +x = int ( input("caca")) \ No newline at end of file