From aa3200b8b69698a52aae530fc709c84f31c2bab6 Mon Sep 17 00:00:00 2001 From: c1c8549c91c4065af8eefa763437e268 Date: Tue, 18 Nov 2025 11:00:44 +0000 Subject: [PATCH] fin --- module2/exo1/toy_notebook_fr.ipynb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index b325844..b98e8a5 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -12,13 +12,12 @@ "metadata": {}, "source": [ "## En demandant à la lib maths\n", - "\n", "Mon ordinateur m’indique que $\\pi$ vaut *approximativement*" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -31,7 +30,7 @@ ], "source": [ "from math import *\n", - "print(pi)\n" + "print(pi)" ] }, { @@ -137,13 +136,6 @@ "source": [ "4*np.mean(accept)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { -- 2.18.1