a = int(input('a:')) if a > 0: print('pozitif') else: if a < 0: print('negatif') else: print('sıfır')