|
11 | 11 | "\n",
|
12 | 12 | "At the end of this lesson you will be able to:\n",
|
13 | 13 | "\n",
|
14 |
| - "- Identify and explain what a dictionary is\n", |
15 |
| - "- Explain what makes a dictionary different to a list\n", |
16 |
| - "- Understand the `key`: `value` relationship\n", |
17 |
| - "- Create a dictionary containing simple values\n", |
18 |
| - "- Update values in a dictionary\n", |
| 14 | + "- Identify and explain what a dictionary is.\n", |
| 15 | + "- Explain what makes a dictionary different to a list.\n", |
| 16 | + "- Understand the `key`: `value` relationship.\n", |
| 17 | + "- Create a dictionary containing simple values.\n", |
| 18 | + "- Update values in a dictionary.\n", |
19 | 19 | "\n",
|
20 | 20 | "## Key points\n",
|
21 | 21 | "\n",
|
22 |
| - "- A dictionary stores key-value pairs.\n", |
23 |
| - "- Dictionaries are unordered.\n", |
24 |
| - "- Dictionaries are immutable.\n", |
| 22 | + "- \"A dictionary stores key-value pairs.\"\n", |
| 23 | + "- \"Dictionaries are unordered.\"\n", |
| 24 | + "- \"Dictionaries are immutable.\"\n", |
25 | 25 | "\n",
|
26 | 26 | "## Introduction\n",
|
27 | 27 | "\n",
|
|
128 | 128 | "id": "a568cacd-8862-45bb-924b-eaf354642c6e",
|
129 | 129 | "metadata": {},
|
130 | 130 | "source": [
|
131 |
| - "Oops, we made a mistake there. Turing was actually born in 1912. We can update a value using a key. Turing's birthdate above is actual incorrect. Values may be overwritten by re-assignment:\n" |
| 131 | + "Oops, we made a mistake there. Turing was actually born in 1912. We can update a value using a key. Turing's birthdate above is actually incorrect. Values may be overwritten by re-assignment:\n" |
132 | 132 | ]
|
133 | 133 | },
|
134 | 134 | {
|
|
0 commit comments