Question: Python code only please. Result is the runtime of the word count and the how many time each word is counted. Must have 8 results

Python code only please.
Result is the runtime of the word count and the how many time each word is counted.
Must have 8 results since it's using 8 multiple threads/processes. word count result can be show one time but the runtime result is 8 times.
1: word count load a large txt file(1000000): example "Free eBooks | Project Gutenberg" report word frequent analysis in a txt file report the word-count time using multiple threads from 1 - 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
