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