I am still working on it.

For my unit 2 project, I was thinking about doing a
This commit is contained in:
mdecker6
2025-10-13 12:33:15 -04:00
parent c317e4ce6e
commit 13656e9eae

View File

@@ -52,24 +52,24 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 1,
"id": "0e2a2927-f6d1-4b13-97ae-ff97416723e9", "id": "0e2a2927-f6d1-4b13-97ae-ff97416723e9",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"7" "8"
] ]
}, },
"execution_count": 11, "execution_count": 1,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
], ],
"source": [ "source": [
"# Cell A\n", "# Cell A\n",
"x = 7\n", "x = 8\n",
"x" "x"
] ]
}, },