這邊是要介紹如果在處理list的data的時候,想要每N個元素做一次處理的話 ... 9, 10] result = list(np.array_split(l, 3)) print(result) #[array([1, ...
確定! 回上一頁