不能产生numpy全0数组的语句是()
A.np.zeros(10)
B.numpy.random.randint(0,1,24)
C.np.zeros(10).reshape(2,5)
D.[0]*20
正确答案:D
相关答案
热门答案