Commit b6a79846 by BellCodeEditor

save project

parent 185a333b
Showing with 1 additions and 0 deletions
...@@ -14,6 +14,7 @@ class Hero(object): ...@@ -14,6 +14,7 @@ class Hero(object):
print(info1+info2+info3) print(info1+info2+info3)
if enemy.hp<=0: if enemy.hp<=0:
print(enemy.name+"已阵亡!游戏结束!") print(enemy.name+"已阵亡!游戏结束!")
exit()
yase = Hero("垭瑟") yase = Hero("垭瑟")
houyi= Hero("后羿") houyi= Hero("后羿")
......
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