Posts by Marcelo_sa • 1 point
1 post
-
-1
votes2
answers173
viewsA: Turn a sentence into a list of letters of each word and then calculate the sum of the alphabetic numbers of those letters
I made this code and I think it worked. nome = input('Digite seu nome completo: ').upper().split() tudo = list() for i in nome: if i != i[0]: tudo.append(palavra) palavra.clear() for j in i:…
pythonanswered Marcelo_sa 1