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]
}
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
Learn more about our help with Assignments: Python
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
Thank you! Your comments have been successfully added. However, they need to be checked by the moderator before being published.
Comments
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