Python 函數語言程式設計(map()、filter()和reduce())詳解. ... def multiply_2(list): for index in range(0, len(list)): list[index] *= 2 return ...
確定! 回上一頁