import numpy as np. 8.1 Numpy dimension, size and shape ... bold_0 = np.zeros(10) print(bold_0) bold_0.shape bold_1 = np.ones(10) print(bold_1) bold_1.shape.
確定! 回上一頁