Commit 016ac9e9 by BellCodeEditor

auto save

parent c256c561
Showing with 15 additions and 2 deletions
# 我们都爱夸夸夸 class Dog:
\ No newline at end of file def __init__(a):
a.foot=4
a.eye=2
a.head=1
a.ear=2
a.skin='write'
def run(a):
print('狗跑了')
class Hsq(Dog):
def __init__(a):
super().__init__
a.skin='black and write'
coco=Hsq()
print(coco.skin)
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