Numpy 是一個免費且開源的Python函式庫,專門用來處理陣列,由Travis Oliphant ... arr = np.array([3, 2, 0, 1]) print(np.sort(arr)) #[0, 1, 2, ...
確定! 回上一頁