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