Skip to content

Commit

Permalink
Updating the notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Oct 9, 2024
1 parent ed8e598 commit 4677ea4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chapters/chap11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,13 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 2,
"id": "2debf30c",
"metadata": {},
"outputs": [],
"source": [
"t = tuple('abc')\n",
"s = [1, 2, 3]\n",
"d = {t: s}\n",
"d = {'key': t}\n",
"d"
]
},
Expand Down Expand Up @@ -2385,7 +2384,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4677ea4

Please sign in to comment.