Commit 1799748a by BellCodeEditor

save project

parent 7e213a18
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ while True:
else:
print('无效字符,请重输.')
continue
n=randint(1,3)
n=random.randint(1,3)
if n==1:
yase.cure()
else:
......
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