from math import sqrt input = 90 def premiers(n): prem=list(range(2,n+1)) k=2 nRacine=sqrt(n) while k