Skip to content

Commit 909e748

Browse files
committed
Update Lists.ipynb
Nesting Lists: added "have" This means we can **have** data structures within data structures. For example: A list inside a list
1 parent 6255b5d commit 909e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lists.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
"metadata": {},
651651
"source": [
652652
"## Nesting Lists\n",
653-
"A great feature of of Python data structures is that they support *nesting*. This means we can data structures within data structures. For example: A list inside a list.\n",
653+
"A great feature of of Python data structures is that they support *nesting*. This means we can have data structures within data structures. For example: A list inside a list.\n",
654654
"\n",
655655
"Let's see how this works!"
656656
]

0 commit comments

Comments
 (0)