×
×
Correct!
Use the correct NumPy method to return a sorted array.
arr = np.array([3, 2, 0, 1])
x = np.@(4)(arr)
arr = np.array([3, 2, 0, 1])
x = np.sort(arr)
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 23 exercises.
Are you sure you want to continue?