Skip to content

Instantly share code, notes, and snippets.

@molarmanful
Created September 19, 2019 13:00
Show Gist options
  • Save molarmanful/7452dd54e6f5ee7fd5774d6e79075812 to your computer and use it in GitHub Desktop.
Save molarmanful/7452dd54e6f5ee7fd5774d6e79075812 to your computer and use it in GitHub Desktop.
add = lambda x: lambda y: x + y
add(1)(3) # => 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment