From 13656e9eaed1d4184b7a88a56a75e0ca01d20d8f Mon Sep 17 00:00:00 2001 From: mdecker6 Date: Mon, 13 Oct 2025 12:33:15 -0400 Subject: [PATCH] I am still working on it. For my unit 2 project, I was thinking about doing a --- lab_pokemon.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lab_pokemon.ipynb b/lab_pokemon.ipynb index 0b4619b..26a23a6 100644 --- a/lab_pokemon.ipynb +++ b/lab_pokemon.ipynb @@ -52,24 +52,24 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "id": "0e2a2927-f6d1-4b13-97ae-ff97416723e9", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "7" + "8" ] }, - "execution_count": 11, + "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# Cell A\n", - "x = 7\n", + "x = 8\n", "x" ] },