Commit f1cad3b4 by BellCodeEditor

auto save

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