AI / ML Path

Python for ML

10 questions

Question 1 of 10Score: 0 / 0

What does the following print? import numpy as np a = np.array([1, 2, 3, 4]) print(a[a > 2])