Commit e6f7b7d6 by BellCodeEditor

save project

parent 05301136
Showing with 10 additions and 1 deletions
......@@ -54,10 +54,18 @@ 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":
houyi.cure()
houyi.cure()
\ 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