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.

See Answers (0)