[(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

Reply via email to