Skip to content

Instantly share code, notes, and snippets.

@nyanpasu64
Created August 21, 2016 12:18
Show Gist options
  • Save nyanpasu64/66b906941fe269004374f912be200226 to your computer and use it in GitHub Desktop.
Save nyanpasu64/66b906941fe269004374f912be200226 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
def asdf(a):
class Class:
nonlocal a
a = a
asdf(1).a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment