Question: Task: Write a Python program that asks the user to enter a student s name and 8 numeric test scores ( each out of 1
Task:
Write a Python program that asks the user to enter a students name and numeric test scores each out of The name will be a local variable. The program should display a letter grade for each score, and the average test score, along with the students name. There are students in the class.
Write the following functions in the program:
calcaverage This function should accept test scores as arguments and return the average of the scores per student.
determinegrade This function should accept a test score average as an argument and return a letter grade for the score based on the following grading scale:
: A
: B
: C
: D
Below : F
Data for the program:
Lucy Miller:
Frank Jones:
Nancy Franklin:
Judy Forsyth:
Tony Spirit:
Ruth Ames:
John Smith:
Andrew Barnes:
Becky Stone:
Marvin Decker:
Steve Parker:
Frank Harper:
REMEMBER to follow the submission guidelines to get full marks.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
