Créez un tableau numpy avec ceux
import numpy as np
shape = (3,3)
a = np.ones(shape)
HotFlow
import numpy as np
shape = (3,3)
a = np.ones(shape)