i need to Solve the error importing the NumPy library

后端 未结 0 2034
小蘑菇
小蘑菇 2020-12-12 22:08

#i need to Solve the error importing the NumPy library

arrange = np.arange(15)np.reshape(3, 5)

np.allclose(arange, [[0,1,2,3,4],[5,6,7,8,9],[10,11,12,13,14]])

相关标签:
回答
  • 消灭零回复
提交回复
热议问题