Question: PYTHON SYNTAX ONLY Create a function that takes as input a list of exam scores (e.g. scores = [90, 95, 91]), computes the average score,
PYTHON SYNTAX ONLY
Create a function that takes as input a list of exam scores (e.g. scores = [90, 95, 91]), computes the average score, and then determines the letter grade corresponding to the average. The function must return the letter grade. Follow the standard percentage breakdown to assign the letter grade (i.e., A for average score greater than or equal to 90, B for average between [80,90),etc.).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
