Number=int(input("Choose your favourite number?\n"))

if Number<0:
  print("Your favourite number is in Negative.")

elif Number==0:
  print("Your favourite number is 0.")

else:
  print("Your favourite number is in Positive.")

Embed on website

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