我想dictionary在 Python 中返回 a中最小值的键。key, value 对的值会有几个数字,即dict[current] = (total, gone, heuristic). 如何返回最小消失值的键?
dictionary
dict[current] = (total, gone, heuristic)
python dictionary
dictionary ×1
python ×1