SyntaxFix
Write A Post
Hire A Developer
Questions
>>> d = {320:1, 321:0, 322:3} >>> min(d, key=lambda k: d[k]) 321