Skip to content

Instantly share code, notes, and snippets.

@kevinastone
Last active December 25, 2015 18:39
Show Gist options
  • Save kevinastone/7022068 to your computer and use it in GitHub Desktop.
Save kevinastone/7022068 to your computer and use it in GitHub Desktop.
class A(object):
y = x + 1
x = 1
a = A()
a.y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment