From StackOverflow:
http://stackoverflow.com/questions/3282823/python-get-key-with-the-least-value-from-a-dictionary
min(d, key=d.get)
Learning to solve problems, one blog post at a time
From StackOverflow:
http://stackoverflow.com/questions/3282823/python-get-key-with-the-least-value-from-a-dictionary
min(d, key=d.get)