numero=int(input("Ingresa el numero que deseas a obtener en decimal: "))

decimal=float(numero)

print(f"El numero {numero} en decimal es {decimal}")

Embed on website

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