在此文件,我們使用Python進行各種方式排序資料基礎排序: 简单的升序排序非常简单:只需 ... sorted(student_tuples, key=lambda student: student[2]) # sort by age ...
確定! 回上一頁