Skip to content

Instantly share code, notes, and snippets.

@kevinastone
Created October 17, 2013 09:43
Show Gist options
  • Save kevinastone/7022045 to your computer and use it in GitHub Desktop.
Save kevinastone/7022045 to your computer and use it in GitHub Desktop.
x = 1
class A(object):
y = x + 1
a = A()
a.y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment