You can use lambda function to pass argument by which you need to sort the records. For example, sorted_list=sorted(emp_records, key=lambda ...
確定! 回上一頁