File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ IndexError: list index out of range
101101~~~
102102{: .error}
103103
104- Here's a better approach: a [ for loop] ({{ page.root }}/reference/ #for-loop)
104+ Here's a better approach: a [ for loop] ({{ page.root }}/reference.html #for-loop)
105105
106106~~~
107107odds = [1, 3, 5, 7]
@@ -376,7 +376,7 @@ so we should always use it when we can.
376376
377377> ## Computing the Value of a Polynomial
378378>
379- > The built-in function `enumerate` takes a sequence (e.g. a [list]({{ page.root }}/05 -lists/)) and
379+ > The built-in function `enumerate` takes a sequence (e.g. a [list]({{ page.root }}/04 -lists/)) and
380380> generates a new sequence of the same length. Each element of the new sequence is a pair composed
381381> of the index (0, 1, 2,...) and the value from the original sequence:
382382>
You can’t perform that action at this time.
0 commit comments