sum is the exact opposite of what I was thinking. >>> np.sum([[0, 1], [0, 5]], axis=0) array([0, 6]) ...
確定! 回上一頁