We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b03375 commit 9f6f682Copy full SHA for 9f6f682
soln/chap10.ipynb
@@ -809,29 +809,6 @@
809
"The time it takes to find a key in a dictionary is almost constant -- regardless of the number of items."
810
]
811
},
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
825
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
835
{
836
"cell_type": "markdown",
837
"id": "b3bfa8a5",
0 commit comments