You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lists.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -650,7 +650,7 @@
650
650
"metadata": {},
651
651
"source": [
652
652
"## 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",
0 commit comments