Commit e605f0e9 by BellCodeEditor

save project

parent ed9aa9b0
Showing with 3 additions and 2 deletions
...@@ -50,7 +50,7 @@ print(30 * '-') ...@@ -50,7 +50,7 @@ print(30 * '-')
print(' 战斗开始') print(' 战斗开始')
while True: while True:
print('-' * 30) print('-' * 30)
if int(a)==1: '''if int(a)==1:
houyi.combat(yase) houyi.combat(yase)
elif int(a)==2: elif int(a)==2:
houyi.cure() houyi.cure()
...@@ -64,7 +64,7 @@ while True: ...@@ -64,7 +64,7 @@ while True:
if b==3: if b==3:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) yase.combat(houyi)'''
\ 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