Index/ Python Python Data Structures Objective Learn the data structures in python lists sets dictionaries Exercises EX-1: Word count (★★☆) Read the following text and print out top-10 word count Moby dick novel 2009 State of the union by Obama Hints You may want to read each book, line by line Break each line into words ... Index/ Python