Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Discover comprehensive answers to your questions from knowledgeable professionals on our user-friendly platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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.