Skip to content

Instantly share code, notes, and snippets.

@andbroby
Last active August 29, 2015 14:14
Show Gist options
  • Save andbroby/8175c1f1ed5800e84381 to your computer and use it in GitHub Desktop.
Save andbroby/8175c1f1ed5800e84381 to your computer and use it in GitHub Desktop.
def f(x):
def g(y):
def h(z):
print(x,y,z)
return h
return g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment