Skip to content

Instantly share code, notes, and snippets.

@djwglpuppy
Created April 15, 2013 01:55
Show Gist options
  • Save djwglpuppy/5385161 to your computer and use it in GitHub Desktop.
Save djwglpuppy/5385161 to your computer and use it in GitHub Desktop.
class Nando():
def __init__(self):
print "Super Cool!"
AwesomePerson = Nando()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment