Commit 46ffd8a3 by BellCodeEditor

save project

parent 0ba0a3f1
Showing with 8 additions and 8 deletions
......@@ -53,13 +53,13 @@ while True:
print('游戏结束')
break
else:
print('重输!')
continue
b=random.randint(1,3)
if b==3:
print("重输")
continue #跳出循环继续下一次循环
num = random.randint(1,3)
if num == 3:
yase.cure()
else:
elif num == 1
yase.combat()
elif num == 2
yase.combat(houyi)
\ No newline at end of file
\ No newline at end of file
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