def repartition(n,a): L=tirages(n,a) maxL=int(max(L)) hist(L , bins = 100, range=(0,maxL), density = True,cumulative=True) show()