Commit 2737d974 by BellCodeEditor

save project

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