Solution Exercise 118 : python algorithm to add the scores average in a dictionary scores
Exercise 118 The following dictionary contains a student's math scores: scores = {'score1' : 16, 'score2' : 14, 'score3' : 17} update the notes dictionary by adding the average of…