Say I have a dictionary with max and min temperatures of every month:
t = { \'jan\': { \'max\': 21, \'min\': 12 }, \'feb\': {