Skip to content

Instantly share code, notes, and snippets.

@leangaurav
Last active July 20, 2019 22:01
Show Gist options
  • Save leangaurav/21708fd37fdc575813d9b9a7ee400ad4 to your computer and use it in GitHub Desktop.
Save leangaurav/21708fd37fdc575813d9b9a7ee400ad4 to your computer and use it in GitHub Desktop.

Test Code

from wings import *
w = Wings()
c = ChickenWings()
c.__class__, w.__class__ = w.__class__, c.__class__

w.fly()
c.fly()

Output
Can't!! I'm Dead
Flying /\o/\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment