Commit 18320ba2 by BellCodeEditor

auto save

parent 6b87bba6
Showing with 2 additions and 2 deletions
improt random
import random
class Hero(object):
def __init__(self, name):
self.name = name
......@@ -55,7 +55,7 @@ while True:
break
else:
print("输入错误,请重新输入")
continue()
continue
num=random.randint(1,3)
if num==1:
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