From 3f983dd5122037af56b653ec167d19b198461c39 Mon Sep 17 00:00:00 2001 From: 0e57e1b8e1a23d7aaeee34c5821213f6 <0e57e1b8e1a23d7aaeee34c5821213f6@app-learninglab.inria.fr> Date: Thu, 20 May 2021 21:10:33 +0000 Subject: [PATCH] version2 --- module2/exo2/exercice.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 32fa9dd..ff28589 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -25,22 +25,22 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "4.334094455301447" + "4.33" ] }, - "execution_count": 10, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "np.std(x,ddof=1)" + "np.round (np.std(x,ddof=1),2)" ] }, { -- 2.18.1