Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please solve in Python and add comments so I can see what everything does if not its okay. Write a program that asks the user
Please solve in Python and add comments so I can see what everything does if not its okay.
Write a 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 60-69 D Below 60 F Data for the program: Tommy Harden 45 69 70 66 87 82 75 73 Lesser Double 90 93 87 84 91 93 90 88 Luke Adams 99 97 92 90 88 89 87 90 Made Further 72 86 59 69 72 78 80 82 Ghost Nipsey 87 83 86 90 79 76 80 88 Hibbet Head 66 69 72 61 69 73 71 70 Styke Store 100 98 89 93 82 86 91 93 Lebron James 78 77 75 83 80 87 80 78 William Adamins 98 94 90 89 84 83 79 93 Judge Joe 59 54 61 45 39 66 70 72 Judge Brown 71 78 73 62 66 72 64 70 Assesment Impert 89 86 90 92 91 85 88 93Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started