Skip to content

Commit 4dc6c85

Browse files
committed
Merge branch 'part4-sets'
Fixes #22
2 parents b606053 + e709570 commit 4dc6c85

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

part-4.ipynb

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:826b0e4b3d39f844b868b8370fcaac110d06dbe6afb167b149a60d16aea5592e"
4+
"signature": "sha256:57da39b42fe7452dcc70302cd9a783c3a0c4c707ecf5977e607f1ed08f3b755f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -396,7 +396,9 @@
396396
"cell_type": "markdown",
397397
"metadata": {},
398398
"source": [
399-
"**Extra Credit:** Try using a list comprehension in the translate function."
399+
"**Extra Credit:** Try using a list comprehension in the translate function.\n",
400+
"\n",
401+
"**Note:** Typing out the exercises for the next section, \"Sets\", is optional. If your brain is melting, feel free to sit back, relax, and enjoy the rest of the lecture."
400402
]
401403
},
402404
{
@@ -554,14 +556,6 @@
554556
"language": "python",
555557
"metadata": {},
556558
"outputs": []
557-
},
558-
{
559-
"cell_type": "code",
560-
"collapsed": false,
561-
"input": [],
562-
"language": "python",
563-
"metadata": {},
564-
"outputs": []
565559
}
566560
],
567561
"metadata": {}

0 commit comments

Comments
 (0)