Having trouble understanding the lambda function in this sorted() function Python

前端 未结 0 1480
遇见更好的自我
遇见更好的自我 2020-12-11 11:57

I have the two following functions:

# First one
def solution1(numbers):
    numbers = sorted(list(map(str, numbers)), key=lambda x: x, reverse=True)
    retur         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题