From 9a81edad89b921d925636af4e0053f50c6fb149b Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 1 Feb 2021 08:17:23 +0000 Subject: [PATCH] minimum --- module2/exo2/exercice.ipynb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 4eedd8d..86a6fe4 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -36,6 +36,24 @@ "print(moyenne_A)" ] }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2.8\n" + ] + } + ], + "source": [ + "minimum_A = np.min(A)\n", + "print(minimum_A)" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1