xyz

 

import numpy as np
a = np.array([[1,2],[3,4]])
sumo = np.sum(a,axis=0)
suml = np.sum(a,axis=O)
print(sumo) 
print(suml)

 

相关文章:

  • 2021-07-12
  • 2021-06-29
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案