使用正确的NumPy方法返回一个排序后的数组。
点击 此处 重试
arr = np.array([3, 2, 0, 1]) x = np.w3exercise_input_no_0(arr)
w3exercise_input_no_0