diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 1c8ad12ce56d595477cd01d1549cc5d412b9b4f4..b9f30398f16424354a48ab9a782e3c1a33066c55 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -29,7 +29,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -42,6 +42,7 @@ ], "source": [ "from math import *\n", + "\n", "print(pi)" ] },