Skip to content

Instantly share code, notes, and snippets.

@Daiver
Created February 4, 2013 15:20
Show Gist options
  • Save Daiver/4707360 to your computer and use it in GitHub Desktop.
Save Daiver/4707360 to your computer and use it in GitHub Desktop.
class A:
def __init__(self, x, y):
self.x = x
self.y = y
def hi(self):
print(self.x, self.y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment