Commit 327099f1 by BellCodeEditor

save project

parent 0ba60a9b
Showing with 7 additions and 2 deletions
import random
class Hero(object):
def __init__(self, name):
self.name = name
......@@ -42,4 +43,8 @@ print("-"*30)
print(" 开始游戏")
print("-"*30)
while True:
num=input("i和回避u哦即可hi句句窘态过几年不够i")
\ No newline at end of file
num=input("i和回避u哦即可hi句句窘态过几年不够i")
if num=="q"
print("")
break
\ 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