Commit 8c824a13 by BellCodeEditor

save project

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