Hey, so I have a dictionary
{'Century Park': [1442.28, 490376.02, 2], 'Mill Woods': [1450.75, 482257.75, 4], 'Strathcona': [1447.04, 549875.98, 2], 'Clareview': [1230.12, 452684.16, 6], 'Downtown': [1436.14, 586575.18, 6], 'McKernan': [1367.38, 560626.48, 4], 'Bonnie Doon': [1473.92, 505376.79, 6], 'Southgate': [1642.81, 605456.01, 2]}
How would I sort this numerically based on the second value in the list?