#declarar variables
num1=int(input("introduce el numero"))
if num1>0:
    print("\nel numero es positivo",num1)
elif num1==0:
    print("\nel numero es cero",num1)
else:
    print("\nel numero es negativo",num1)

Embed on website

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