We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf45f3 commit 43c8f37Copy full SHA for 43c8f37
MiniPy.py
@@ -18,7 +18,7 @@ def do_cumprod(lst):
18
tmp = 1
19
toReturn = list()
20
for el in lst:
21
- tmo *= el
+ tmp *= el
22
toReturn.append[tmp]
23
return toReturn
24
0 commit comments