Solution Exercise 119: Python program which replaces the lists in a dictionary by their means
Exercice 119 We cosider the following dictionary of length N containing the students names as keys and their score lists as key values: d = {'student1': listNote1, 'students2': listNotes2, ...,…