Skip to content

Instantly share code, notes, and snippets.

@djwglpuppy
Created April 15, 2013 01:55
Show Gist options
  • Select an option

  • Save djwglpuppy/5385161 to your computer and use it in GitHub Desktop.

Select an option

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