Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Welche Werte beinhaltet das Array in Variable b?
a = np.array([[1, 2], [3, 4], [5, 6]])b = np.mean(a, axis=1)
1.5, 3.5, 5.5
3
3, 4
6
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!