Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created February 14, 2016 17:31
Show Gist options
  • Save kellegous/878487a1fc758f511ba0 to your computer and use it in GitHub Desktop.
Save kellegous/878487a1fc758f511ba0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
def echo(str):
print("I will return %s" % str)
return str
print(echo("32"))
print(echo("butter"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment