Python 中map(), filter(), reduce() 和zip() 函数的用法. 2017/08/23 Python ... l =[1,2,3,4] list(map(lambda x: x**2, l)) Out[4]: [1, 4, 9, 16] ...
確定! 回上一頁