Solution Exercise 36: python algorithm which calculates the average of the scores with coefficients
Exercise 36 Write a Python algorithm as a function which takes as parameter a couple (listScores, listCoefficients) and which returns the average obtained, where listScores designates the list of scores…