Co-sort multiple python lists
·151 words·1 min
I have written a small function to sort multiple lists. The values are sorted according to the values in the first list first, then the second etc. It can take any number of lists and returns the same number.
|
|
Little testing script:
|
|
Original post on web.archive.org.