Skip to content

Commit 25d653b

Browse files
proof reading: self study notes python lists
1 parent 3559097 commit 25d653b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

individual_modules/introduction_to_python/lists.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"\n",
1818
"At the end of this lesson you will be able to:\n",
1919
"\n",
20-
"- Identify and explain some simple data structures, including lists\n",
21-
"- Understand what lists are used for\n",
22-
"- Store multiple values in a list, and change these later\n",
23-
"- Append values to an existing list\n",
24-
"- Create and manipulate nested lists\n",
20+
"- Identify and explain some simple data structures, including lists.\n",
21+
"- Understand what lists are used for.\n",
22+
"- Store multiple values in a list, and change these later.\n",
23+
"- Append values to an existing list.\n",
24+
"- Create and manipulate nested lists.\n",
2525
"\n",
2626
"## Key points\n",
2727
"\n",

0 commit comments

Comments
 (0)