Buat array numpy dengan satu

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