I am still working

This commit is contained in:
mdecker6
2025-10-13 12:40:10 -04:00
parent 13656e9eae
commit 3b4fa72286

View File

@@ -59,7 +59,7 @@
{
"data": {
"text/plain": [
"8"
"9"
]
},
"execution_count": 1,
@@ -69,23 +69,23 @@
],
"source": [
"# Cell A\n",
"x = 8\n",
"x = 9\n",
"x"
]
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 2,
"id": "69dd7908-b213-4d0f-8016-e46a4a491961",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"14"
"18"
]
},
"execution_count": 12,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}