📜  python按seccode元素排序二维数组 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:08.926000             🧑  作者: Mango

代码示例1
sorted(arr, key=lambda x: x[1])