🌈 搜索
📅  最后修改于: 2022-03-11 14:46:08.952000             🧑  作者: Mango
from operator import itemgetter new_dict = sorted(data.items(), key=itemgetter(1))