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-") + 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