Getting the minimum from a list.

anson aeze616 at cse.unsw.edu.au
Sun May 25 04:09:41 EDT 2003


Dear sir,

   if I have something like this:

data = [[(("file", 101, "function f")], 456, 80000)]
	[(("file2", 102, "function"), 321, 90000]]

how do I extra the 321 using a minimum method in python?

zeallous




More information about the Python-list mailing list