Commit 327099f1 by BellCodeEditor

save project

parent 0ba60a9b
Showing with 6 additions and 0 deletions
import random
class Hero(object): class Hero(object):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
...@@ -43,3 +44,7 @@ print(" 开始游戏") ...@@ -43,3 +44,7 @@ print(" 开始游戏")
print("-"*30) print("-"*30)
while True: while True:
num=input("i和回避u哦即可hi句句窘态过几年不够i") 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