Python Programming
Write a program that
- reads a word list from words.txt
- prints the shortest list of anagrams first, followed by the second shortest, and so on
The output must look like: key_for_the_output_of_your_program
Type your solution in a file named yourLastNameFirstName_260_FinalExam_SP219.py