Cevap:
girilen_sayi=int(input("Bir sayı girin: "))
if girilen_sayi%2==0:
print("Bu sayı çifttir.")
else:
print("Bu sayı tektir.")