n = input("enter a number:") if (float(n))> 0: print(\'Positive\') elif (float(n))< 0: print(\'Negative\') elif n== \'0\': print(\'Zero