Report Bug
Qus : What is the use of the zeros() function in Numpy array in python ?
Qusपायथन में Numpy ऐरे में zero() फंक्शन का उपयोग है

A. To make a Matrix with all element 0
B. To make a Matrix with all diagonal element 0
C. To make a Matrix with first row 0
D. None of the above


Solution
A. To make a Matrix with all element 0






Report Bug