Posts by 83HappyDog • 3 points
1 post
- 
		-2 votes1 answer81 viewsQ: I would like to count a list of words in a.txt file using pythonI have this code that counts the number of occurrences of a string in a.txt file and returns it to me. But I would like to use a list of items or an array. And that he would return to me the…