#多键

python之itemgetter函数:对字典列表进行多键排序

itemgetter函数:对字典列表进行多键排序1fromoperatorimportitemgetter23list_people=[4{'name':'Mike','age':22,'score':90},5{'name':'Alice','age':22,'score':90},6{'name':'Lee','a...