num_texto=input("Ingresa tu numero: ") num_decimal=float(num_texto) print(f"Tu texto en decimal es {num_decimal}")
To embed this project on your website, copy the following code and paste it into your website's HTML: