Commit f25118d0 by BellCodeEditor

save project

parent 1b119ff1
Showing with 2 additions and 3 deletions
......@@ -13,9 +13,8 @@ for i in range(len(hero)):
hero.insert(i-1,a)
hero.insert(i,b)
break
print(hero[-6])
print(hero[-4])
print(hero[-2])
hero[-6:-13]
print(hero)
......
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