a = int(input("Değer giriniz:")) if a > 0: print("Pozitif") elif a < 0: print("Negatif") else: print("Sıfır")