Call sorted(iterable, key=k) with the list of lists as iterable and operator.itemgetter(i) as k to sort iterable by the i -th element of each inner list.
確定! 回上一頁