Question: Need help with a PYTHON project: Write a program that opens a specified text file (text.txt, attached as a zip file) and then displays the
Need help with a PYTHON project:
Write a program that opens a specified text file (text.txt, attached as a zip file) and then displays the number of unique words in the text file after stripping all the
white spaces, comma, and the punctuation marks and a list of all the unique words found in the file. The list should be sorted in alphabetical order.The program
should handle the file not found error. Store each word as an element of list. Be sure NOT to use the function set in the program. The list of unique words can be
anything. Thanks in advance for any and all help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
