[Tutor] Sorting more than one list

Diego Galho Prestes dprestes at atlas.ucpel.tche.br
Thu Mar 31 04:19:21 CEST 2005


Hi!

I need to sort 4 lists but I need that they make the "sort together".
I'll sort just one but when I change the position of the items of the
1st list I have to change the positions of the other 3 lists. Can I do
this just using the sort() method of the list object?
If I can't, someone know a site that have one sort method in python that
its easily to implement and fast?

Tks, 
Diego



More information about the Tutor mailing list