18.15 Assignment 6: File Input/Output, Modules, and Exceptions All of the required functions should be defined and implemented in the file functions.py. The module functions should be imported by main.py to use the functions defined in the module (1) Write function words_per_line taking a file location path as a parameter and returning the average number of words per line in the text document located at the file path. Use a try/except block to catch a FileNotFoundError exception in the
OR
OR