Commit c98a1b7c by BellCodeEditor

save project

parent 874dee83
Showing with 3 additions and 0 deletions
...@@ -48,6 +48,9 @@ while True: ...@@ -48,6 +48,9 @@ while True:
houyi.combat(yase) houyi.combat(yase)
elif int(w)==2: elif int(w)==2:
houyi.cure() houyi.cure()
elif w=="q"
print("结束")
break
else: else:
print("没这个,重输!") print("没这个,重输!")
continue continue
......
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