import numpy as np np.zeros((4, 4)) Out[287]: array([[0., 0., 0., 0.], [0., 0., 0., 0.], [0., 0., 0., 0.], [0., 0., 0., 0.]]) We could have built the same ...
確定! 回上一頁