Commit 279adaf6 by BellCodeEditor

save project

parent a5cf6f2d
Showing with 3 additions and 0 deletions
...@@ -5,4 +5,5 @@ for i in range(len(hero)) ...@@ -5,4 +5,5 @@ for i in range(len(hero))
if i%2==1 and hero[i]>f: if i%2==1 and hero[i]>f:
hero.insert(i-1,name) hero.insert(i-1,name)
hero.insert(i,f) hero.insert(i,f)
break()
print(hero) print(hero)
\ No newline at end of file
o=['0','1','2','3','4','5','6','7','8','9','10','11','12']
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