from numpy import array # 第二單元: Numpy創建array # 2.1一維array創建 # a = np.array([2,23,4],dtype=np.int32) #np.int 默認為int32
確定! 回上一頁