Posts by Vinícius Careli • 31 points
1 post
-
3
votes2
answers991
viewsQ: Do word search inside a list and return tuples sorted in PYTHON
The algorithm should receive a string, count how many words equal and return a list of tuples with the words that most appear in the string and how many times it appears. The problem is that in…