Commit 7a098cac by BellCodeEditor

auto save

parent a3f1b640
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ class Hero(): ...@@ -11,7 +11,7 @@ class Hero():
if enemy.hp>0: if enemy.hp>0:
print(self.name+"sb"+enemy.name+str(self.attack)+"sb") print(self.name+"sb"+enemy.name+str(self.attack)+"sb")
else: else:
print(enemy.name+"阵亡了!") print(enemy.name+"!")
exit() 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