Skip to content

Instantly share code, notes, and snippets.

@ionelmc
Created April 12, 2020 09:29
Show Gist options
  • Save ionelmc/1e89a9a21191b86ab3444b84ef434b70 to your computer and use it in GitHub Desktop.
Save ionelmc/1e89a9a21191b86ab3444b84ef434b70 to your computer and use it in GitHub Desktop.
b = 1
def foo():
b = 2
class foo:
a = b
b = 3
return foo()
foo().a
@erikseulean
Copy link

1 :-)

@ionelmc
Copy link
Author

ionelmc commented Apr 12, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment