[(0,11), (1,1), (2,1),
(0,1) , (1,41), (2,2),
(0,9) , (1,3), (2,12)]
The set of values in elements[0] is {0,1,2}
I want the set of max values in elements[1]: {11,41,12}
--
https://mail.python.org/mailman/listinfo/python-list
- Need max values in list of tuples, based on positio... DFS
- Re: Need max values in list of tuples, based o... Pancho via Python-list
- Re: Need max values in list of tuples, bas... DFS
- Re: Need max values in list of tuples,... Pancho via Python-list
- Re: Need max values in list of tuples, based o... Dennis Lee Bieber
- Re: Need max values in list of tuples, bas... DFS
- Re: Need max values in list of tuples,... Pancho via Python-list
- Re: Need max values in list of tup... Thomas Passin
- Re: Need max values in list o... Pancho via Python-list
- Re: Need max values in li... Weatherby,Gerard
