Commit 5c73472e by BellCodeEditor

auto save

parent 7d38e21c
Showing with 3 additions and 1 deletions
...@@ -11,5 +11,7 @@ for i in range(len(hero)): ...@@ -11,5 +11,7 @@ for i in range(len(hero)):
if i%2==1 and hero[i]>=b: if i%2==1 and hero[i]>=b:
hero.insert(i-1,a) hero.insert(i-1,a)
hero.insert(i,b) hero.insert(i,b)
break
print(hero)
print(hero[8:])
# 打印出臂力最强的三个人和他们对应的臂力值: # 打印出臂力最强的三个人和他们对应的臂力值:
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