print("ingrese un número decimal para redondear") dec=float(input()) print(f"Su número redondeado es de {round(dec)}")
To embed this project on your website, copy the following code and paste it into your website's HTML: