sayi = int(input("Bir sayı giriniz = ")) if sayi > 0: print("pozitif") elif sayi < 0: print("negatif") else: print("sayı sıfıra eşittir")