Commit 6bdccbf8 by BellCodeEditor

save project

parent c58359cc
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ class Cat:
self.eyeNum = 2 # 眼睛
self.head = 1 # 头
self.earsNum = 2 # 耳朵
self.skin = "black"
self.skin = "绿设的"
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