NumPy - Aggregation Functions
What is the output of the following code?
import numpy as np arr = np.array([10, 20, 5, 30]) print(np.argmax(arr))
import numpy as np arr = np.array([10, 20, 5, 30]) print(np.argmax(arr))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions