diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index a69c00853c2d50c0ebcc3e7edaefe3d40c879ad2..a1bd20b5c7eaf386db7e7cffb12fab5b9396d5dc 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,