Commit e6f7b7d6 by BellCodeEditor

save project

parent 05301136
Showing with 8 additions and 0 deletions
......@@ -54,6 +54,14 @@ while True:
if choice=="q":
print('退出循环')
break
else:
print('重输!')
continue
b=random.randint(1,3)
if b==3:
yase.cure()
else:
yase.combat(houyi)
elif choice=="1":
yase.combat(houyi)
elif choice=="2":
......
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