PLEASE HELP #13 IN PYTHON
Question 13 (20 points) Write a function named LineStats. The function LineStats takes three parameters: inFile, a string that is the name of an input file outFile, a string that is the name of an output file threshold, an int that is the length above which a word is considered significant 1. 2. 3. The function lineStats should read and analyze each line of the input file and write two statistics separated by a
OR
OR