from math import sqrt from itertools import product start = 3 end = 709 def premiers(n): prem=list(range(2,n+1)) k=2 nRacine=sqrt(n) while k