Santiago Romero <[EMAIL PROTECTED]> writes: > In a = [1, 2, 3, 3, 3, 4, 3, 3, 2, 3], the filter solution will > efectively remove all items with value == 3 while li.remove(3) will > only remove the first ocurrence.
Hmm, interesting, I didn't realize that (shoulda checked the docs). Thanks! -- http://mail.python.org/mailman/listinfo/python-list