Commit 54baad16 by BellCodeEditor

auto save

parent 2d1003b4
Showing with 3 additions and 3 deletions
......@@ -7,10 +7,10 @@ class Dog: # 狗类
self.skin = "white"
def run(self):
print("狗狗飞快的跑起来")
print("狗
class Husky(Dog狗飞快的跑起来")
class Husky(Dog): # 哈士奇类
): # 哈士奇类
def __init__(self):
......
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