Write a function called calc_average that takes a string rep…
Write a function called calc_average that takes a string representing a filename of the following format, for example: Smith 82 Jones 75 Washington 91 The function should calculate and return the class average from the data in the file.
Read Details