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