Quote:
I see. I think because I first take index 0 and delete that one. Then everything shifts one up...
Maybe enumerate first to get the highest index and then count back to 0.


You could, but it is simpler just to keep deleting index "0" until there are no entries left.