I've got a list of lists that looks like this

[[1,2,3], [4,5,6],[1,2,3]]

I'm looking for a good way to drop the redundant inner lists (thousands of
inner lists)

Someone either have a good way to tackle this? or willing to point me in the
right direction?

Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to