We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a8242 commit adafbc0Copy full SHA for adafbc0
08-funciones/main.py
@@ -2,4 +2,5 @@ def imprime_nombre(nombre):
2
"""Imprime el nombre proporcionado."""
3
print(f"Nombre: {nombre}")
4
5
-imprime_nombre("Ruben")
+imprime_nombre("Ruben")
6
+
08-funciones/variables.py
@@ -0,0 +1,6 @@
1
+def mi_funcion():
+ fase = "Ni los genios son tan genios, ni los mediocres son tan mediocres."
+ print(fase)
+mi_funcion()
0 commit comments