Note that the return is implicit when you use a lambda function. ... sorted_var = sorted(var, key=lambda x: abs(x-1)). Python.
確定! 回上一頁