In: Computer Science
Make a python dictionary that counts the number of times each word occurs in the the book below
book_url = 'http://www.gutenberg.org/cache/epub/2680/pg2680.txt'
here i first convert your book in txt file .
i attached my jupyter nootebook screen shot.
OUTPUT :
Here, you can see very big output by size of scroll so i just upload one screenshot. you can run this code in your pc then you find whole output.