Commit 7c916ed2 by BellCodeEditor

save project

parent cd471bc6
Showing with 6 additions and 6 deletions
...@@ -52,12 +52,12 @@ while True: ...@@ -52,12 +52,12 @@ while True:
houyi.combat(yase) houyi.combat(yase)
elif choice=="2": elif choice=="2":
houyi.cure() houyi.cure()
else: else:
print("请重新输入1或者2") print("请重新输入1或者2")
continue continue
num=random.randint(1,3) num=random.randint(1,3)
if unm==1: if num==1:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) 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