Skip to content

Instantly share code, notes, and snippets.

@hltbra
Created January 4, 2013 13:30
Show Gist options
  • Select an option

  • Save hltbra/4452599 to your computer and use it in GitHub Desktop.

Select an option

Save hltbra/4452599 to your computer and use it in GitHub Desktop.
class Greeting(object):
def __init__(self, msg):
self.msg = msg
def greet(self):
return 'Hello %s!' % msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment