Created
March 6, 2018 22:54
-
-
Save rriehle/761ceccb383b111460a43c33b8e5f203 to your computer and use it in GitHub Desktop.
a lambda that adds one to its argument
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
lambda x: x + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment