diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 39b73203b92a092637b52d67120330428895e4a9..fc4191488e4a23b4c214b3ac34cdb4efcf01efcb 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -9,22 +9,22 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "4" + "16" ] }, - "execution_count": 1, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "2*2" + "2*2*2*2" ] } ],