Using list.sort to sort the list of students by age, sorting in-place: students.sort(key=lambda student: student.age) students.
確定! 回上一頁