Question: Create Python program that computes the average quiz grade for a group of five students . Your program should include a list of five student
Create Python program thatcomputes the average quiz grade for a group of five students. Your program shouldinclude a list of five student names.Using afor loop, it should successivelyprompt the user for the quiz grade for each of the five students.Eachprompt should display the name of the student (from your list)whose quiz grade is being asked to input.Validate the user input for grade (it should be greater, equal to 0).Validation should re-prompt within a loop. No "breaks". It shouldcompute and display the average of those five grades and the highest grade.You should decide on the names of the five students.Display your name,class,dateas per SubmissionRequirements byusing a function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
