I have to find the average of a list in Python. This is my code so far from functools import reduce l = [15, 18, 2, 36, 12, 78,...
  • April 29, 2022
  • 0 Comments