.Compute the average gpa. Compute how many students have their gpa greater than the average gpa.
Python MIS 315 – Fall 2022. Programming Assignment #2. QUESTION 1.Build a list of lists called studGrades, using the data in file DATA_PROJ2.txt, shown in canvas files. For reference, I use the words “table”, “row”, and “column” for the”2 dimensional” list studGrades. Each row contains the data for one student, and it will be used […]