def tirages(n,a): L=[] for i in range(n): L.append(Expo(a)) return L