Commit 94e63b87 by BellCodeEditor

auto save

parent e8a27fc9
Showing with 4 additions and 0 deletions
......@@ -6,6 +6,10 @@ class Cat:
self.earsNum = 2 # 耳朵
self.skin = "black"
def run(self):
print("小猫飞快的跑起来")
......
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