Commit 159a9034 by BellCodeEditor

save project

parent 28684cc6
Showing with 2 additions and 1 deletions
......@@ -14,4 +14,5 @@ print("所有比赛选手:",hero)
for i in range(6,12):
if i%2==0:
bb.insert(0,hero[i])
print("前三名:"+bb)
print("前三名:",bb)
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