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" }