From 88daa40c87f8131124e7ce8cdd52f75583fdbcc7 Mon Sep 17 00:00:00 2001 From: 06295db534a9872198b1363b8b12f920 <06295db534a9872198b1363b8b12f920@app-learninglab.inria.fr> Date: Thu, 6 Mar 2025 14:33:01 +0000 Subject: [PATCH] Test --- module2/exo1/toy_notebook_en.ipynb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 36eac2b..232e72b 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -14,6 +14,11 @@ } ], "source": [ + "# On the computation of $\\pi$\n", + "\n", + "## Asking the maths library\n", + "My computer tells me that $\\pi$ is *approximatively*\n", + "\n", "from math import *\n", "print(pi)\n" ] -- 2.18.1