From 94545df2c98d079e34ee238baa260edcdcefc3ef Mon Sep 17 00:00:00 2001 From: 6870d61c58e6946ec72c57da6f214d2e <6870d61c58e6946ec72c57da6f214d2e@app-learninglab.inria.fr> Date: Sat, 16 Jan 2021 18:52:26 +0000 Subject: [PATCH] =?UTF-8?q?Avec=20le=20min=20oubli=C3=A9=20lors=20du=201er?= =?UTF-8?q?=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice.ipynb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index f151c9e..cda24cb 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -45,6 +45,26 @@ "np.mean(x)" ] }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2.8" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "np.min(x)" + ] + }, { "cell_type": "code", "execution_count": 6, -- 2.18.1