Skip to content

Instantly share code, notes, and snippets.

@molarmanful
Created September 20, 2019 10:08
Show Gist options
  • Save molarmanful/2bdcd05f4d9dd9e3f249d00e8f09a4c1 to your computer and use it in GitHub Desktop.
Save molarmanful/2bdcd05f4d9dd9e3f249d00e8f09a4c1 to your computer and use it in GitHub Desktop.
add = lambda x: lambda y: lambda z: x + y + z
add(5)(6)(7) # => 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment