Commit 540170ba by BellCodeEditor

save project

parent 38983805
Showing with 1 additions and 1 deletions
......@@ -70,7 +70,7 @@ while True:
i=3
print("大招冷却3回合")
if l=='3' and i!=0:
print("大招未准备就绪,还剩"+i+'回合')
print("大招未准备就绪,还剩"+str(i)+'回合')
continue
if yase.hp<=0:
print('你赢了')
......
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