Skip to content

Instantly share code, notes, and snippets.

@oertels
Created January 11, 2016 12:16
Show Gist options
  • Save oertels/ecd1cc5a99301b25f23b to your computer and use it in GitHub Desktop.
Save oertels/ecd1cc5a99301b25f23b to your computer and use it in GitHub Desktop.
>>> complicated_multiply = lambda x: lambda y: x*y
>>> complicated_multiply(10)(20)
200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment