Here is a better way to do this. import numpy as np. big_array = np.zeros(shape=(100,100), dtype=np.uint8). mini_square = np.ones(shape=(2 ...
確定! 回上一頁