Skip to content

Instantly share code, notes, and snippets.

@highsmallxu
Created July 14, 2020 18:26
Show Gist options
  • Save highsmallxu/4955d74d282b289302d3c67c77dcf16c to your computer and use it in GitHub Desktop.
Save highsmallxu/4955d74d282b289302d3c67c77dcf16c to your computer and use it in GitHub Desktop.
class Kid(Dad, Mum):
def __init__(self):
Mum.__init__(self)
kid = Kid()
print(kid.eye_color)
# brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment