Skip to content

Instantly share code, notes, and snippets.

@calthoff
Last active April 19, 2018 23:11
Show Gist options
  • Select an option

  • Save calthoff/dcb6c8b1fa776b0a9c9e800b14b99d47 to your computer and use it in GitHub Desktop.

Select an option

Save calthoff/dcb6c8b1fa776b0a9c9e800b14b99d47 to your computer and use it in GitHub Desktop.
class Person:
def __init__(self, height, weight):
self.height = height
self.weight = weight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment