From 59f7efdb847af15ecaaa341ed4a56036b152a3fb Mon Sep 17 00:00:00 2001 From: 96a5c7a4e1f5b4a904c5a6c5ad01d403 <96a5c7a4e1f5b4a904c5a6c5ad01d403@app-learninglab.inria.fr> Date: Wed, 8 Dec 2021 15:12:37 +0000 Subject: [PATCH] corrections diverses --- module2/exo1/toy_notebook_fr.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 55f3fe0..a90f2d7 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -11,12 +11,12 @@ "\n", "## En demandant à la lib maths\n", "\n", - "Mon ordinateur m'indique que $\\pi$ vaut approximativement" + "Mon ordinateur m'indique que $\\pi$ vaut _approximativement_" ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -28,7 +28,7 @@ } ], "source": [ - "In [1]: from math import *\n", + "from math import *\n", "print(pi)" ] }, @@ -43,7 +43,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -52,7 +52,7 @@ "3.128911138923655" ] }, - "execution_count": 2, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } -- 2.18.1