Analyze the code. Choose the right output it will print.
import numpy as np
a1 = np.array([6, 5, 18, 2, 10])
print(a1 >= 10)Analyze the code. Choose the right output it will print.
import numpy as np
a1 = np.array([6, 5, 18, 2, 10])
print(a1 >= 10)Create a free account to access the full topic