Positive and negetive number in python Get link Facebook X Pinterest Email Other Apps March 28, 2022 Positive and negetive number in python n=float(input()) if(n>0): print("Positive") else: print("Negative") Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment