Uniquifying a list?

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Wed Apr 19 02:08:49 EDT 2006


Tim Chase:
>Is there an obvious/pythonic way to remove duplicates from a 
>list (resulting order doesn't matter,

Use a set.
http://www.python.org/doc/lib/types-set.html

-- 
René Pijlman



More information about the Python-list mailing list