Commit cba0b67c by BellCodeEditor

auto save

parent 8695bc4d
Showing with 1 additions and 1 deletions
...@@ -44,7 +44,7 @@ print("— "*30) ...@@ -44,7 +44,7 @@ print("— "*30)
print(" 游戏开始") print(" 游戏开始")
while True: while True:
print("— "*30) print("— "*30)
a=print("请选择战斗方式(1攻击/2治疗)") a=input("请选择战斗方式(1攻击/2治疗)")
if a=="1": if a=="1":
houyi.combat(yase) houyi.combat(yase)
elif a=="2": elif a=="2":
......
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