Commit 099c7bbd by BellCodeEditor

save project

parent a685abee
Showing with 17 additions and 0 deletions
choice = input()
if choice == "q":
print(结束)
break
elif choice == "1":
houyi.comdbat(yase)
elif choice == "2":
houyi.cure()
else:
print("请重新输入1或2")
continue
status = random.randint(1,3)
if status == 1:
yase.cure()
else:
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