Commit d90297b3 by BellCodeEditor

save project

parent 4dd3f440
Showing with 2 additions and 2 deletions
......@@ -4,13 +4,13 @@ class Cat:
self.eyeNum = 2 # 眼睛
self.head = 1 # 头
self.earsNum = 2 # 耳朵
self.skin = "绿设的"
self.skin = "设的"
def run(self):
print("猫砂飞快的跑起来")
def skill(self,mouse):
info=self.skin+"猫砂杀了"+"猫屎"
info=self.skin+"猫砂杀S了"+"猫屎"
print(info)
......
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