Menu
×
×
Correct!
Exercise:Insert the correct syntax for printing the first item in the array.
arr = np.array([1, 2, 3, 4, 5])
print(arr@(3))
arr = np.array([1, 2, 3, 4, 5])
print(arr[0])
Not CorrectClick here to try again. Correct!Next ❯ |