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.
2 parents c85e0c9 + 1fab101 commit 1f77135Copy full SHA for 1f77135
1 file changed
episodes/12-for-loops.md
@@ -320,6 +320,7 @@ print(total)
320
> cumulative = []
321
> sum += number
322
> print(cumulative)
323
+> sum = 0
324
> data = [1,2,2,5]
325
> ~~~
326
> {: .python}
0 commit comments