Solutions on MaxInterview for np sum by the best coders in the world. ... 1import numpy as np 2matrix=np.ones((10,10)) 3print(matrix.sum(axis=0)) ...
確定! 回上一頁