sayi = int(input("Bir sayı girin :")) if sayi % 2 == 0: print("Girdiğiniz sayı çift sayıdır.") else: print("Girdiğiniz sayı tek sayıdır.")