From eed1df19d646c1fb319fca101fb4c0e03ebc4291 Mon Sep 17 00:00:00 2001 From: c4e0d8d31afd537cd0fb8604ea8660c1 Date: Mon, 29 Jan 2024 14:31:19 +0000 Subject: [PATCH] Deux --- module2/exo1/toy_notebook_fr.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 7879249..9804999 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -9,6 +9,16 @@ "# À propos du calcul de $\\pi$" ] }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "## En demandant à la lib maths\n", + "# Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n" + ] + }, { "cell_type": "code", "execution_count": null, @@ -18,6 +28,7 @@ } ], "metadata": { + "celltoolbar": "Hide code", "kernelspec": { "display_name": "Python 3", "language": "python", -- 2.18.1