参考:
map = {'a': 1, 'b': 2, 'c': 3, 'd': 1} print(max(map, key=map.get)) # output # c
浙公网安备 33010602006230号
浙ICP备14015892号