def frequences(N,n,p): F=[sum(echantillon(n,p))/n for k in range(N)] return F