Skip to content

Instantly share code, notes, and snippets.

@xguse
Last active June 11, 2016 16:41
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 xguse/bb88c267f1cd8b3133ab2dcff1829e12 to your computer and use it in GitHub Desktop.
Save xguse/bb88c267f1cd8b3133ab2dcff1829e12 to your computer and use it in GitHub Desktop.
pooh.py
# Gus
def m(y=3.65E4):
return y - 1
# Rei
def m(y=3.65E4):
return y + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment