Commit 7b1086ef by BellCodeEditor

auto save

parent 1aef42c1
Showing with 2 additions and 2 deletions
...@@ -61,7 +61,7 @@ while True: ...@@ -61,7 +61,7 @@ while True:
else: else:
print('重输!') print('重输!')
continue continue
b=random.randint(1,3) b=random.randint(1,3)
if b==3: if b==3:
yase.cure() yase.cure()
else: else:
......
...@@ -52,7 +52,7 @@ with True: ...@@ -52,7 +52,7 @@ with True:
print('游戏结束') print('游戏结束')
break break
else: else:
print("重新输入") print('重输!')
continue continue
b=random.randint(1,3) b=random.randint(1,3)
if b==3: if b==3:
......
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