Last active
June 11, 2016 16:41
-
-
Save xguse/bb88c267f1cd8b3133ab2dcff1829e12 to your computer and use it in GitHub Desktop.
pooh.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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