Find the best solutions to your problems with the help of IDNLearn.com's experts. Discover in-depth and trustworthy answers from our extensive network of knowledgeable professionals.

write a function length correct(fname, length) that takes in a string and an integer, and returns none. fname will be a name of a file stored as a string, and length will be the max length of any line in the file. you may assume for this problem that the filename given is a real file in the same folder as hw08.py.