num=int(input("enter any number :"))
if(num==0):
    print("the value is equal to zero")
elif(num>0):
   print ("the number is positive")
else:
   print("the number is negative")
            

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: