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 c78e93f commit 17a1013Copy full SHA for 17a1013
_episodes/04-lists.md
@@ -160,7 +160,8 @@ does not.
160
> ## Nested Lists
161
> Since a list can contain any Python variables, it can even contain other lists.
162
>
163
-> For example, we could represent the products on the shelves of a small grocery shop:
+> For example, we could represent the products on the shelves of a small grocery shop
164
+> as a nested list called x:
165
166
> [![x is represented as a shelf full of produce. There are four rows of vegetables
167
> on the shelf, and each row contains five baskets of vegetables. We can label
0 commit comments