I have a dictionary like this:
myDict = { \'BigMeadow2_U4\': (1609.32, 22076.38, 3.98), \'MooseRun\': (57813.48, 750187.72, 231.25), \'Hw
myList = [] for k,v in myDict.items() myList.append(v[0])