I have used python 3.7 compiler for debugging purpose.. I have used python 3.7 compiler for debugging purpose.
num = float(input("Input a number: ")) if num > 0: print("It is positive number") elif num == 0: print("It is Zero") else: print("It is a negative number")
19 July 2019 2125 Written By: Rohit
© 2020 Tech Study. All rights reserved | Developed by Tech Study| Privacy Policy | Sitemap