Skip to content

Instantly share code, notes, and snippets.

@systemsoverload
Created October 23, 2014 01:46
Show Gist options
  • Save systemsoverload/b0d8018af861d8b54bc3 to your computer and use it in GitHub Desktop.
Save systemsoverload/b0d8018af861d8b54bc3 to your computer and use it in GitHub Desktop.
class Person(object):
def __init__(self):
self.age = 25
self.name = "Jeft"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment