Commit 01244127 by BellCodeEditor

save project

parent 3b22e0ef
Showing with 2 additions and 2 deletions
...@@ -22,7 +22,7 @@ class Hero(object): ...@@ -22,7 +22,7 @@ class Hero(object):
info = info1+info2+info3 info = info1+info2+info3
print(info) print(info)
else: else:
info3 = enemy.name+"阵亡,游戏结束" info3 = enemy.name+"啊~,我怎么阵亡了,游戏不能结束"
info = info1+info2+info3 info = info1+info2+info3
print(info) print(info)
print('666,你干嘛啊~~') print('666,你干嘛啊~~')
...@@ -56,7 +56,7 @@ while True: ...@@ -56,7 +56,7 @@ while True:
elif int(a)==2: elif int(a)==2:
houyi.cure() houyi.cure()
elif a=="q": elif a=="q":
print('游戏结束') print('啊~,怎么结束了')
break break
else: else:
print('重输!') print('重输!')
......
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