Skip to content

Instantly share code, notes, and snippets.

@love-adela
Created April 21, 2019 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save love-adela/ec75708a72cd5c1beb305889a654639e to your computer and use it in GitHub Desktop.
Save love-adela/ec75708a72cd5c1beb305889a654639e to your computer and use it in GitHub Desktop.
def make_foo(a):
def inner2():
a += 1
return a
return inner2
print(make_foo(4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment