Nombre d'éléments dans le tableau multidimensionnel Python

import numpy as np
size = 1
for dim in np.shape(a): size *= dim
Xerothermic Xenomorph