Ad
  • Custom User Avatar

    As I understand it, you are correct, and this is not a good idea when iterating in the normal forward direction through a list...
    However, this can be solved by iterating thorugh the list in reverse
    See my example using enumerate(reversed(lst))