Question: create a python function that adds every word in a file to a dictionary as the key. The value of the key in the dictionary
create a python function that adds every word in a file to a dictionary as the key. The value of the key in the dictionary must be the number of times this word occurs in the file. This is called the word counter function. We have to open a file within a directory and read it and count every word and create a dictionary of these counts.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
