What is the output of this code? (NumPy has been imported as np.)?
a = np.array([1,2,3,4])
print(a[[False, True, False, False]])
What is the output of this code? (NumPy has been imported as np.)?
a = np.array([1,2,3,4])
print(a[[False, True, False, False]])