create zero array in python

199

array with zeros python -

np.zeros((2, 1))
array([[ 0.],
       [ 0.]])

Comments

Submit
0 Comments