4_numpy.md Numpy의 자료형(Data type) 1. 자료형의 종류 1) ... aa = np.array([1,2,3], dtype='f') print(aa, aa.dtype) [1. 2. 3.] float32.
確定! 回上一頁