Commit 0b4b039e by BellCodeEditor

save project

parent d48704c8
Showing with 1 additions and 1 deletions
...@@ -54,7 +54,7 @@ while True: ...@@ -54,7 +54,7 @@ while True:
print("请重新输入1或2") print("请重新输入1或2")
continue continue
status = random.randint(1, 3) status = random.randint(1,3)
if status == 1: if status == 1:
yase.cure() yase.cure()
else: else:
......
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