Integer comparison

Report a typo

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)
Select one option from the list
___

Create a free account to access the full topic