Commit 98b27524 by BellCodeEditor

save project

parent 329b7ee7
Showing with 2 additions and 1 deletions
import random import random
class Hero(object): class Hero(object):
def __init__(self, name): def __init__(self, name):
...@@ -61,7 +63,6 @@ while True: ...@@ -61,7 +63,6 @@ while True:
break break
else: else:
print('重输!') print('重输!')
continue
b=random.randint(1,3) b=random.randint(1,3)
if b==3: if b==3:
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