please write in python
03) WordFrequency-py (40 Points) Write a program that reads the contents of a text file. The program should create a dictionary in which the keys are the individual words found in the file and the values are the number of times each word appears. For example, if the word “the” appears 28
OR
OR