custard_pie wrote:

> I need help sorting a list...I just can't figure out how to sort a list
> and then return a list with the index of the sorted items in the list
> for example if the list I want to sort is [2,3,1,4,5]
> I need [2,0,1,3,4] to be returned

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/306862
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to