[Solved] How to not hardcode function in this example
As both sets of your data start the same place the following works for idx,i in enumerate(range(4,len(grades_list))): This should fulfill all requirements that Im aware of up to this point def class_avg(open_file): ”'(file) -> list of float Return a list of assignment averages for the entire class given the open class file. The returned list … Read more