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 43c8f37 commit 3a4cc90Copy full SHA for 3a4cc90
MiniPy.py
@@ -19,7 +19,7 @@ def do_cumprod(lst):
19
toReturn = list()
20
for el in lst:
21
tmp *= el
22
- toReturn.append[tmp]
+ toReturn.append(tmp)
23
return toReturn
24
25
if use_logsum:
0 commit comments