From c5d338f05c131438b560d1c9b2e38fbccdab5c3d Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 1 Feb 2021 08:20:10 +0000 Subject: [PATCH] =?UTF-8?q?m=C3=A9diane?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice.ipynb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index a69c008..a1bd20b 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -72,6 +72,24 @@ "print(maximum_A)" ] }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "14.5\n" + ] + } + ], + "source": [ + "médiane_A = np.median(A)\n", + "print(médiane_A)" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1