num_dec=float(input("Ingresa el numero decimal que quieres pasar a texto: "))

num_texto=str(num_dec)

print(f"El numero decimal pasado a texto es {num_texto}")

Embed on website

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