Created
June 13, 2016 16:13
-
-
Save Deiru2k/ce5c3c47e64a1442eed54f17653818e8 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 myFunc(arg1, arg2): | |
| result = arg1 + arg2 | |
| return result | |
| print(myFunc(2, 3)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment