Removing matching items from a list?

kevin4fong at gmail.com kevin4fong at gmail.com
Sat Aug 3 20:38:56 EDT 2013


On Saturday, August 3, 2013 5:36:42 PM UTC-7, kevin... at gmail.com wrote:
> I have no idea why but I'm unable to post in my original thread so I made a new one here.
> 
> 
> 
> 
> 
> Thank you for the advice, everyone, especially Steven. It was really helpful with the descriptions and steps.
> 
> 
> 
> Would you also happen to know how I could set up a list that keeps track of the removed sets?
> 
> 
> 
> Let's say there's 4 a's taken out. The list would show:
> 
> 
> 
> ['a']
> 
> 
> 
> But if there was also 4 j's in addition to the 4 a's, it would go:
> 
> 
> 
> ['a', 'j']
> 
> 
> 
> and so forth.

Sorry for the repeated messages. I have no idea why I have such a long time delay. My messages didn't appear until just now after a few minutes (thought I was having some issues).



More information about the Python-list mailing list