Commit f1cad3b4 by BellCodeEditor

auto save

parent 8409ae7b
Showing with 3 additions and 4 deletions
...@@ -8,11 +8,9 @@ class Dog: # 狗类 ...@@ -8,11 +8,9 @@ class Dog: # 狗类
def run(self): def run(self):
print("狗 print("狗
class Husky(Dog狗飞快的跑起来") class Husky(Dog狗飞快的跑起来"): # 哈士奇类
): # 哈士奇类
def __init__(self): def __init__(self):
self.
coco = Husky() coco = Husky()
print(coco.skin) print(coco.skin)
\ 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