Discuss / Python / 匿名函数

匿名函数

Topic source

俐_心

#1 Created at ... [Delete] [Delete and Lock User]

我想一般看过匿名函数的都会这么写吧! L = list(filter(lambda x: x % 2 == 1, range(1,20))) 输出L


  • 1

Reply