Commit 0d2f9c4b by BellCodeEditor

save project

parent 0ac4ec8a
Showing with 15 additions and 2 deletions
......@@ -42,4 +42,17 @@ print('-'*30)
print(' 战斗开始')
while True:
print("_"*30)
choice=input("请选择释放英雄技能(1gj/2zl):")
\ No newline at end of file
choise=input("请选择释放英雄技能(1gj/2zl):")
if choise=="q":
print("结束")
break
elif choise=="1":
houyi.combat(yase)
elif choise=="2":
houyi.cure()
else:
print("请重新输入1,2")
continue
\ 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