Commit 6140da55 by BellCodeEditor

auto save

parent 437d1d5f
Showing with 2 additions and 2 deletions
...@@ -10,8 +10,8 @@ class Cat: ...@@ -10,8 +10,8 @@ class Cat:
print("小猫飞快的跑起来") print("小猫飞快的跑起来")
def skill(self,em): def skill(self,em):
em.head-=self.footNum
info1="奔向老鼠," info1=self.earsNum+"听到了老鼠的脚步"
info2="小猫抓到了" info2="小猫抓到了"
info=info1+info2 info=info1+info2
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