Question: Here is a notepad txt file below that has the grades of 12 assignments students had, each column represents a different student. Using Python, how
Here is a notepad txt file below that has the grades of 12 assignments students had, each column represents a different student.
Using Python, how would I find out the class average first 10 homework grades?
Student 1: 80, 80, 80, 80 , 80 , 80 , 80, 80 , 80 , 80 ,100, 100 Student 2: 70, 70, 70, 70 , 70 , 70 , 70, 70 , 70 , 70 ,100, 100 Student 3: 80, 80, 80, 80 , 80 , 80 , 80, 80 , 80 , 80 ,100, 100 Student 4: 80, 80, 80, 80 , 80 , 80 , 80, 80 , 80 , 80 ,100, 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
