Создайте Numpy Array с другими

import numpy as np
shape = (3,3)
a = np.ones(shape)
HotFlow