Report Bug
Qus : What is the purpose of the np.array() function in NumPy?
QusNumPy में np.array() फ़ंक्शन का उद्देश्य क्या है?

A. It creates a new Python list.
B. It creates a NumPy array.
C. It performs element-wise addition.
D. It calculates the mean of an array.


Solution
B. It creates a NumPy array.






Report Bug