Mano
0
Q:

np.zeros((3,3))

>>> s = (3,3)
>>> np.zeros(s)
array([[ 0.,  0.],
       [ 0.,  0.]])
2

New to Communities?

Join the community