print("Por favor escriba una frase") frase= input() print(frase) print(f"La frase tiene {len(frase)} caracteres.")
To embed this project on your website, copy the following code and paste it into your website's HTML: