Commit 624715e0 by BellCodeEditor

save project

parent 70c6ea00
Showing with 1 additions and 8 deletions
......@@ -58,14 +58,7 @@ while True:
    elif a=="q":
        print('游戏结束')
        break
    else:
        print('重输!')
        continue
    b=random.randint(1,3)
    if b==3:
        yase.cure()
    else:
        yase.combat(houyi)
    
......
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