✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following arrays:
X = np.array([[8,0,9],[3,4,8],[8,3,7]])Y = np.array([[3,7,4],[2,5,8],[2,4,8]])
What is the output of np.logical_or((X < 5), (Y > 5))?