✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the value of the output in the following script?
my_array = np.array([[1, 2], [3, 4]])
for a in np.nditer(my_array):
print(a)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!