Cumulative product

suggest change
import operator
reduce(operator.mul, [10, 5, -3])
# Out: -150

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Reduce:
*Cumulative product

Table Of Contents
22Reduce
31Set
166Gzip