Skip to content

Instantly share code, notes, and snippets.

@i80and
Created February 18, 2016 21:35
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 i80and/8e199bb170a02b9b5975 to your computer and use it in GitHub Desktop.
Save i80and/8e199bb170a02b9b5975 to your computer and use it in GitHub Desktop.
x = 0
for _ in range(100000):
f = lambda: x += 1
f()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment