Skip to content

Instantly share code, notes, and snippets.

@wenhoujx
Created October 29, 2014 15:22
Show Gist options
  • Save wenhoujx/e98400950e39eebc0c75 to your computer and use it in GitHub Desktop.
Save wenhoujx/e98400950e39eebc0c75 to your computer and use it in GitHub Desktop.
closure
def foo(x):
def bar():
return x**2
return bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment