Report Bug
Qus : What is zeros() function in numpy use to?
Qusnumpy उपयोग में zeros() फ़ंक्शन क्या है?

A. make a matrix with first column 0
B. make a matrix with all elements 0
C. make a matrix with diagonal elements 0
D. All of the above


Solution
B. make a matrix with all elements 0






Report Bug