Commit 3e898af3 by BellCodeEditor

save project

parent d42a5fd1
Showing with 2 additions and 2 deletions
...@@ -45,7 +45,7 @@ print(' 战斗开始') ...@@ -45,7 +45,7 @@ print(' 战斗开始')
while True: while True:
print('-'*40) print('-'*40)
choice=input('请选择攻击or治疗,1为攻击,2为治疗:') choice=input('请选择攻击or治疗,1为攻击,2为治疗:')
if choice==1: elif choice==1:
houyi.combat() houyi.combat()
if choice==2: elif choice==2:
houyi.cure() houyi.cure()
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