在dick字典里找最大值并返回key的办法

在dick字典里找最大值并返回key的办法

a={‘ndp’: 1234, ‘lib’: 1345, ‘pc’: 1456}
max(a[“r1”],key =a[“r1”].get)

“pc”

你可能感兴趣的:(python)