Question: Write a Python function that takes a file name as an argument, then opens a file, reads its content, and returns the count number of
Write a Python function that takes a file name as an argument, then opens a file, reads its content, and returns the count number of duplicate words in the file
The program must use exception handling to protect against errors that may occur if the file does not exist, and try the program with arbitrary text data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
