From 3b4fa722864ffabcc04c370edca16586cd493942 Mon Sep 17 00:00:00 2001 From: mdecker6 Date: Mon, 13 Oct 2025 12:40:10 -0400 Subject: [PATCH] I am still working --- lab_pokemon.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lab_pokemon.ipynb b/lab_pokemon.ipynb index 26a23a6..8b15f23 100644 --- a/lab_pokemon.ipynb +++ b/lab_pokemon.ipynb @@ -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" }