📜  python排序两个键 - Python代码示例

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

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