I defined
data=np.random.exponential(scale=20, size=100)
if i print(data.size) it works and returns me 100, instead if i
print(data.size)
100