배열을 리스트로 tolist() a = np.array([1,2,3]) print(a) print(type(a)) print(a.tolist()) print(type(a.tolist())). 리스트를 배열로 np.array()
確定! 回上一頁