Python reads the file. Python counts the words.
The words are split on spaces, and the counts go into a dictionary.
python is the command on Windows; python3 is the command elsewhere.
The dictionary is sorted, and the top words are printed.
