✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What’s the output of the following Python program?
l1 = np.array([10, 20, 30, 40, 50])
print(l1[np.logical_and(l1>20, l1<40)])
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!