num_entero=int(input("Ingresa el numero que quieres pasar a texto. ")) num_texto=str(num_entero) print(f"El numero entero que pasaste a texto fue {num_texto}")
To embed this project on your website, copy the following code and paste it into your website's HTML: