Posts by Ckduu • 23 points
2 posts
-
0
votes2
answers28
viewsQ: Ordering result
Good evening, I need help making a word sorting of that code. texto = '''amar e viver, Amar é sonhar, sonhar é viver, viver é curtir, curtir é amar''' def converte_texto(texto): pontuacao =…
-
1
votes1
answer85
viewsQ: Python dictionary
The code below should count the words of the text and at the end show the amount of times each word appears in the text. I’m using the anaconda’s Spyder (Python 3.7). texto = """Caso tenha o estigma…