Python question

 Write a program that prompts for the scores of 10 quizzes (max 10 points each) and then 10 mini-projects (max 20 points each). You must use a loop when prompting for these. Be sure to check that each answer is within range (see example below). In the end, write out some basic statistics as shown below. Be sure to look at all three examples below.