There was an error while loading. Please reload this page.
1 parent b65b49e commit a798ad0Copy full SHA for a798ad0
1 file changed
map_filter.rst
@@ -87,8 +87,8 @@ of a list of integers.
87
So the normal way you might go about doing this task in python is using
88
a basic for loop:
89
90
-
91
.. code:: python
+
92
product = 1
93
list = [1, 2, 3, 4]
94
for num in list:
0 commit comments