tansformation

Using the list of dictionaries, compute the average gpa.  Compute how many students have their gpa greater than the average gpa. 

PYTHON Programming Assignment #3 (40). The structure of this program must be similar to the one in program 2 Start with the initial studGrades of assignment #2.  DO NOT READ IT FROM A FILE (your grade will be 0/40 if you read from a file). Your program will transform this table (each row of the […]

Scroll to top