Given operators mul and add, define higher-orderfunction “reduce” using Python
Requirement and tests of thefunction::
# Question 2 from operator import add, mul def reduce (reducer, s, base): Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .