num_texto=input("Ingresa tu numero: ")

num_decimal=float(num_texto)

print(f"Tu texto en decimal es {num_decimal}")

Embed on website

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