Created
June 9, 2014 10:33
-
-
Save s3thi/b8cf6ad65289efb40cc4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| def add_five(n): | |
| return n+5 | |
| def add_seven(n): | |
| return n+7 | |
| def add_nine(n): | |
| return n+9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment