Commit af97456f by BellCodeEditor

save project

parent 041ef525
Showing with 2 additions and 2 deletions
...@@ -55,9 +55,9 @@ while True: ...@@ -55,9 +55,9 @@ while True:
print("输入错误,请重新输入数字!") print("输入错误,请重新输入数字!")
continue continue
num = random.randint(1,3) num = random.randint(1,3)
if num == "1": if num == 1:
yase.combat(houyi) yase.combat(houyi)
elif num == "2": elif num == 2:
yase.cure() yase.cure()
else: else:
yase.cure() yase.cure()
......
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