In the two steps your example shows, data being the input list: first_step = [list(map(sum, zip(*rows))) for rows in data] second_step ...
確定! 回上一頁