Skip to content

Instantly share code, notes, and snippets.

@rriehle
Created March 6, 2018 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rriehle/761ceccb383b111460a43c33b8e5f203 to your computer and use it in GitHub Desktop.
Save rriehle/761ceccb383b111460a43c33b8e5f203 to your computer and use it in GitHub Desktop.
a lambda that adds one to its argument
lambda x: x + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment