From dc8bb60f889b4d18230dacef2e0e5f5509547645 Mon Sep 17 00:00:00 2001 From: 96a5c7a4e1f5b4a904c5a6c5ad01d403 <96a5c7a4e1f5b4a904c5a6c5ad01d403@app-learninglab.inria.fr> Date: Wed, 8 Dec 2021 15:28:45 +0000 Subject: [PATCH] corrections diverses --- module2/exo2/exercice.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 375fe66..41d1f49 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -69,7 +69,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -78,13 +78,13 @@ "4.334094455301447" ] }, - "execution_count": 7, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "np.std(L,ddof = 1)" + "np.std(L, ddof = 1)" ] }, { -- 2.18.1