×
×
Correct!
Insert the correct NumPy syntax to print the data type of an array.
arr = np.array([1, 2, 3, 4])
print(arr.@(5))
arr = np.array([1, 2, 3, 4])
print(arr.dtype)
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 23 exercises.
Are you sure you want to continue?