Google News
logo
NumPy - Quiz(MCQ)
What does it do array.min() ?
A)
finds the maximum number in numpy array
B)
makes operation of minus if x < 100
C)
Both (a) and (b)
D)
finds the minimum number in numpy array

Correct Answer : Option (D) :   finds the minimum number in numpy array

Advertisement