Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 11, 2021 23:47
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/c7042661ec41c389a8085d1d7d22d22d to your computer and use it in GitHub Desktop.
Save parzibyte/c7042661ec41c389a8085d1d7d22d22d to your computer and use it in GitHub Desktop.
# Pasamos solo el argumento obligatorio
saludar("Parzibyte")
# Pasamos los dos primeros
saludar("Parzibyte", 50)
# Pasamos todos
saludar("Luis", 60, 0.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment