Skip to content

Commit 9f6f682

Browse files
committed
Removing leftover cell
1 parent 3b03375 commit 9f6f682

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

soln/chap10.ipynb

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -809,29 +809,6 @@
809809
"The time it takes to find a key in a dictionary is almost constant -- regardless of the number of items."
810810
]
811811
},
812-
{
813-
"cell_type": "code",
814-
"execution_count": 63,
815-
"id": "aa079ed3",
816-
"metadata": {},
817-
"outputs": [
818-
{
819-
"data": {
820-
"text/plain": [
821-
"{'a': 3, 'b': 2}"
822-
]
823-
},
824-
"execution_count": 63,
825-
"metadata": {},
826-
"output_type": "execute_result"
827-
}
828-
],
829-
"source": [
830-
"d = {'a': 1, 'b': 2}\n",
831-
"d['a'] = 3\n",
832-
"d"
833-
]
834-
},
835812
{
836813
"cell_type": "markdown",
837814
"id": "b3bfa8a5",

0 commit comments

Comments
 (0)