def graphe(n,a): L=tirages(n,a) maxL=int(max(L)) hist(L , bins = 100, range=(0,maxL), normed = True)