Partial Sum List

# Introduction In mathematics, a partial sum is the sum of the first `n` terms of a series. In Python, we can create a list of partial sums using the `itertools.accumulate()` function. In this challenge, you will create a function that takes a list of numbers and returns a list of partial sums.

|60 : 00

Click the virtual machine below to start practicing