"""LISTE DES NOMBRES PREMIERS < N""" N=input("Nombres premiers inférieurs à: ") N=int(N) L=[2] i=2 while i