在Python 中,若是說道陣列、多維度相關的資料處理,那想必會使用 ... import numpy as np np_arr = np.array([1, 2, 3]) tuple_arr = tuple(np_arr).
確定! 回上一頁