Skip to content

Instantly share code, notes, and snippets.

@pepgonzalez
Created April 24, 2013 21:40
Show Gist options
  • Save pepgonzalez/5455816 to your computer and use it in GitHub Desktop.
Save pepgonzalez/5455816 to your computer and use it in GitHub Desktop.
Test2.py
def saluda(nombre):
return "hola ",nombre
saluda("Pepe")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment