我有一份清单清单.例如,
[ [0,1,'f'], [4,2,'t'], [9,4,'afsd'] ]
如果我想通过内部列表的字符串字段对外部列表进行排序,那么如何在python中执行此操作?
python sorting
python ×1
sorting ×1