Python: Sort List by the Second Element
作者:XD / 发表: 2022年10月18日 22:43 / 更新: 2022年10月18日 22:43 / 编程笔记 / 阅读量:1128
Python: Sort List by the Second Element
L = [('b',2),('a',1),('c',3),('d',4)]
L.sort(key=lambda x:x[1])
相关标签
Python: Sort List by the Second Element
L = [('b',2),('a',1),('c',3),('d',4)]
L.sort(key=lambda x:x[1])
本站现有博文266篇,共被浏览440733次
本站已经建立2019天!