How do I sort these?

Diez B. Roggisch deets at nospam.web.de
Sat Oct 29 08:24:51 EDT 2005


KraftDiner wrote:
> unzip doesn't seem to work for me...

Mrmpf, my bad. The operation is called unzip, but implpemented by using 
zip - so


unzip(l) == zip(*l)


So the exchange unzip with zip in my example.

Diez



More information about the Python-list mailing list