Commit 314fed6a by BellCodeEditor

auto save

parent 23180662
Showing with 3 additions and 3 deletions
...@@ -57,12 +57,12 @@ while True: ...@@ -57,12 +57,12 @@ while True:
houyi.cure() houyi.cure()
elif a=="q": elif a=="q":
print('游戏结束') print('游戏结束')
break brek
else: else:
print('重新输入1或2') print('重输!')
continue continue
b=random.randint(1,3) b=random.randint(1,3)
if b==3: if b==1:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) yase.combat(houyi)
......
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