Use the list sort() method to sorting a list with a lambda expression in Python. Just call list.sort(key=None) with key set to a lambda exp.
確定! 回上一頁