Step 2: Use the sorted() function and lambda expression to sort the list of ... sorted_employees = sorted (employees, key = lambda x: x[ 'department' ]).
確定! 回上一頁