# Software Developers Club sayi = input('Sayı giriniz : ') if(int(sayi) % 2 == 0): print("Sayı çift") else: print("Sayı tek")