Last active
August 8, 2018 16:44
-
-
Save bee-san/ca5360489ec0f83dc679e811c0f18482 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
| foo = lambda a: 2 | |
| def foo(a): | |
| return 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
typo in line 1 @brandonskerritt