I have a list of items I am working through.
I am looking for specific items in the initial list and would like to delete a found item from that list while traversing the list.
I am traversing the list using for item : list
Is there a way of doing that without manipulating two lists?