51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#多键
python之itemgetter函数:对字典列表进行多键排序
itemgetter函数:对字典列表进行多键排序1fromoperatorimportitemgetter23list_people=[4{'name':'Mike','age':22,'score':90},5{'name':'Alice','age':22,'score':90},6{'name':'Lee','a...
代码星球
·
2020-06-13
python
itemgetter
函数
字典
列表
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他