Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 19, 2020 20:12
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/c62e023fbc021cdd5a16bfd156bcb03a to your computer and use it in GitHub Desktop.
Save parzibyte/c62e023fbc021cdd5a16bfd156bcb03a to your computer and use it in GitHub Desktop.
def obtener_saludo(nombre):
return f"Hola {nombre}. Encantado de conocerte"
print(obtener_saludo("Luis"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment