Commit 8d5b4f2f by BellCodeEditor

save project

parent c4336f3d
Showing with 2 additions and 2 deletions
...@@ -7,10 +7,10 @@ class Cat: ...@@ -7,10 +7,10 @@ class Cat:
self.skin = "绿设的" self.skin = "绿设的"
def run(self): def run(self):
print("小猫飞快的跑起来") print("猫砂飞快的跑起来")
def skill(self,mouse): def skill(self,mouse):
info=self.skin+"猫砂死了"+"猫屎" info=self.skin+"猫砂死了"+"猫屎"
print(info) 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