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 @@ -182,7 +182,7 @@ does not.
182182>
183183> [![x is now shown as a list of four rows, with x[0] representing the top row of
184184> five baskets, x[1] representing the second row, x[2] representing the third row,
185- > and x[3] reprenting the bottom row.](../fig/04_grovceries_x0 .png)]
185+ > and x[3] representing the bottom row.](../fig/04_groceries_x0 .png)]
186186>
187187> Using the previously declared list `x`, these would be the results of the
188188> index operations shown in the image. Each row on the shelf is a separate list:
@@ -214,7 +214,7 @@ does not.
214214[![x is now shown as a two-dimensional grid, with each basket labeled according to
215215> its index in the nested list. The first index is the row number and the second
216216> index is the basket number, so x[1][4] represents the basket on the far right
217- > side of the second row (basket 4 on row 1): parsley](../fig/04_grovceries_x00 .png)]
217+ > side of the second row (basket 4 on row 1): parsley](../fig/04_groceries_x00 .png)]
218218>
219219> ~~~
220220> print(x[0][0])
You can’t perform that action at this time.
0 commit comments