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