Commit cba0b67c by BellCodeEditor

auto save

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