sort problem

Lasse Vågsæther Karlsen lassevk at gmail.com
Thu Oct 20 12:24:45 EDT 2005


How about:

list.sort(key=lambda x: x[3])

Does that work?




More information about the Python-list mailing list