numero=int(input("Ingrese un número ")) if numero %2==0: print(f"El número es par.") else: print(f"El número es impar.")
To embed this project on your website, copy the following code and paste it into your website's HTML: