我的文本文件命名为content_data
以下内容
A house is house that must be beautiful house and never regrets the regrets for the baloon in
the baloons. Find the words that must be the repeated words in the file of house and ballons
- 现在我需要使用 python 读取文件并且需要找到每个单词的计数
我们需要以字典的形式实现结果,如下所示
{'house':4,'baloon':3,'in':4........},
我的意思是格式为
{word:count}
谁能让我知道如何做到这一点