Python 函数式编程(map()、filter()和reduce())详解 · def multiply_2(list): · for index in range(0, len(list)): · list[index] *= 2 · return list.
確定! 回上一頁