my_array.sort()改變有序數組並返回已排序數組。 np.sort(my_array)返回已 ... 其中一點是Numpy提供了比vanilla Python排序算法選項更大的控制範圍。
確定! 回上一頁