Getting sorting order

leodp leodp at yahoo.com
Tue Jul 1 01:59:58 EDT 2008


> >>> x=zip(master,slave1,slave2)
> >>> x.sort()
> >>> master,slave1,slave2=zip(*x)

> --Mark

So nice is Python.
Leo



More information about the Python-list mailing list