Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 11, 2021 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/55492144a3601c4d13079a28cacef4a6 to your computer and use it in GitHub Desktop.
Save parzibyte/55492144a3601c4d13079a28cacef4a6 to your computer and use it in GitHub Desktop.
def saludar(nombre="Parzibyte", edad=23, altura=2.2):
print(f"Hola {nombre}. Tienes {edad} años y una altura de {altura}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment