Test Average and Grade
Question Test Average and GradeWrite a program, in python, that asks the user to enter five test scores. The program should display a letter grade for each score and the average test score. Design the following functions in the program: calcAverage- This function should accept five test scores as arguments and return the average of […]