for i in range(1000): asal_sayi = True for j in range(2,i): if i % j == 0: asal_sayi=False if asal_sayi==True and i/100 >= 5 and i/100<6: print(i)