Skip to content

Instantly share code, notes, and snippets.

@pcote
Created March 24, 2017 13:19
Show Gist options
  • Save pcote/651ffbf59eb15cb34acf15949fadb7d8 to your computer and use it in GitHub Desktop.
Save pcote/651ffbf59eb15cb34acf15949fadb7d8 to your computer and use it in GitHub Desktop.
class MyClass(object):
def say_stuff(self):
print("Say stuff message is: {}\n\n".format(self.msg))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment