Commit 22088746 by BellCodeEditor

save project

parent b194c85d
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ class Hero(object): ...@@ -14,7 +14,7 @@ class Hero(object):
info3=enermy.name+"受到"+self.name+"的攻击,"+"还有"+str(enermy) info3=enermy.name+"受到"+self.name+"的攻击,"+"还有"+str(enermy)
ptint(info1+info2+info3) ptint(info1+info2+info3)
else: else:
info3=enermy.name+"血量小于或=0.|n英雄阵亡,结束。" info3=enermy.name+"血量小于或=0.\n英雄阵亡,结束。"
print(info1+info2+info3) print(info1+info2+info3)
......
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