Inheritance
Subclass.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: class Puppy(Dog): pass
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Subclass.
Write: class Puppy(Dog): pass
Click 'Run code' to execute your code in a real sandbox.