Is there such an idiom?

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Sun Mar 19 19:25:55 EST 2006


Per:
>how to find whether there is/are common item(s) between two list
>in linear-time?

To find items in common between two lists, make the first into a
dictionary and then look for items in the second in it.

-- 
René Pijlman

Wat wil jij leren?  http://www.leren.nl



More information about the Python-list mailing list