Commit d4a84b04 by BellCodeEditor

auto save

parent 86a90fbf
Showing with 11 additions and 0 deletions
class Dog:
def __init__(self):
self.footNum = 4
self.earsNum = 2
self.skin = "brown"
class Cat(Dog):
def __init__(self):
super __init__()
self.skin = "black"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment