我有一本字典,我想获得其值为最小非零值的密钥.
例如给出输入:
{1:0, 2:1, 3:2}
它将返回2.
python dictionary min python-3.x
dictionary ×1
min ×1
python ×1
python-3.x ×1