Python numpy.sort()函式對一個陣列進行排序。 ... 78, 82, 28, 78]) sorted_array = np.sort(a) print('The sorted array is:') print(sorted_array).
確定! 回上一頁