newbie question

Simon simon.12.ghum at spamgourmet.com
Sat Dec 14 12:34:59 EST 2002


> a=[('a',1),('c',5),('k',5),('o',3), ('i',3)]

Now there will be some complicated sort....

a.sort()

that is faster than bubblesort



More information about the Python-list mailing list