question archive Write a python program that asks the user to enter a student's name and 8 numeric tests scores (out of 100 for each test)

Write a python program that asks the user to enter a student's name and 8 numeric tests scores (out of 100 for each test)

Subject:Computer SciencePrice:2.87 Bought7

Write a python program that asks the user to enter a student's name and 8 numeric tests scores (out of 100 for each test). 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 student's name. There are 12 students in the class.

Write the following functions in the program:

calc_average - this function should accept 8 test scores as arguments and return the average of the scores per student

determine_grade - 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:

90-100        A

80-89          B

70-79          C

60-69          D

Below 60     F

Option 1

Low Cost Option
Download this past answer in few clicks

2.87 USD

PURCHASE SOLUTION

Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

rated 5 stars

Purchased 7 times

Completion Status 100%