Commit 0ad0a285 by BellCodeEditor

save project

parent aefc9034
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in range(len(hero)): ...@@ -14,7 +14,7 @@ for i in range(len(hero)):
hero.insert(i-1,b) hero.insert(i-1,b)
hero.insert(i,a) hero.insert(i,a)
break break
hero1=[len(hero)-6:] hero1=hero[len(hero)-6:]
print(hero) print(hero)
print(hero1) print(hero1)
......
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