Answer to Question #69000 in Python for David

Question #69000
Write a program that uses the keys(), values(), and/or items() dict methods to find statistics about the student_grades dictionary. Find the following:
Print the name and grade percentage of the student with the highest total of points
Find the average score of each assignment.
Find and apply a curve to each student's total score, such that the best student has 100% of the total points.
student_grades = {
'Andrew': [56, 79, 90, 22, 50],
'Colin': [88, 62, 68, 75, 78],
'Alan': [95, 88, 92, 85, 85],
'Mary': [76, 88, 85, 82, 90],
'Tricia': [99, 92, 95, 89, 99]
}
1
Expert's answer
2017-06-23T09:04:07-0400
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-69000.pdf

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Amanda
09.04.24, 06:13

Thank you so much for this. I could not figure the last two out and I will build my knowledge off of these answers. Textbook this comes from doesn't teach anything near enough to figure this out.

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS