Is there a unique method in python to unique a list?

Serhiy Storchaka storchaka at gmail.com
Sun Sep 9 04:36:43 EDT 2012


On 09.09.12 08:47, Donald Stufft wrote:
> If you don't need to retain order you can just use a set,

Only if elements are hashable.





More information about the Python-list mailing list