Commit 9270016e by BellCodeEditor

save project

parent b76d7aa4
...@@ -6,6 +6,6 @@ for i in range(3): ...@@ -6,6 +6,6 @@ for i in range(3):
if i%2==1 and hero[i]>=bili: if i%2==1 and hero[i]>=bili:
hero.insert(i-1,name) hero.insert(i-1,name)
hero.insert(i,bili) hero.insert(i,bili)
continue continue
print(hero) print(hero)
print(hero[len(hero)-6:len(hero)+1]) print(hero[len(hero)-6:len(hero)+1])
\ 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