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:



Table Of Contents