4_Python进阶_map/Filter/Reduce三者的用法 ... reduce inputs = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] outputs = reduce(lambda x, y: x + y, inputs).
確定! 回上一頁