def asal_mi(sayi): for i in range(2,sayi): if (sayi % i == 0 ): return False return True