EADST

Python: Sort List by the Second Element

Python: Sort List by the Second Element

L = [('b',2),('a',1),('c',3),('d',4)]
L.sort(key=lambda x:x[1])
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文266篇,共被浏览440733

本站已经建立2019天!

热门文章
文章归档
回到顶部