Posts by Ysabeli Gabriela • 3 points
1 post
-
-4
votes2
answers140
viewsQ: How to verify if a poetic composition is a tautograma?
The user enters a sentence and I have to check that all the initial letters of each word are equal. So far my code is like this: frase = str(input()).split if frase == frase[0]: print("tautograma")…
pythonasked Ysabeli Gabriela 3