我有一个python字典:
dic={'a':'17','b':'9','c':'11'}
我想找到这个字典中的最低值,并在上面的例子中显示该值的KEY名称,我想要名称: b
b
python dictionary
dictionary ×1
python ×1