From cbfd05de4198b7056ae92d6c5ece45c48b43336e Mon Sep 17 00:00:00 2001 From: 4bec40515832c5ac75e5309824ef63f0 <4bec40515832c5ac75e5309824ef63f0@app-learninglab.inria.fr> Date: Mon, 26 Apr 2021 10:26:02 +0000 Subject: [PATCH] Correction d'espaces --- module2/exo1/toy_notebook_fr.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index a43a263..35695db 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -5,6 +5,7 @@ "metadata": {}, "source": [ "# À propos du calcul de $\\pi$\n", + "\n", "## En demandant à la lib maths\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" ] @@ -108,7 +109,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Il est alors aisé d’obtenir une approximation (pas terrible) de $\\pi$ en comptant combien de fois, en moyenne, $X^2 +Y^2$ est inférieur à 1 :" + "Il est alors aisé d’obtenir une approximation (pas terrible) de $\\pi$ en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 :" ] }, { -- 2.18.1