Why can't I run this query? array

前端 未结 0 788
情歌与酒
情歌与酒 2021-02-15 14:44
import numpy as np 

z = np.zeros((2,1))
print(z)

Got this error message when I execute the file:

TypeError                                     


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