diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 4eedd8ded88f0cd57735b3505a944896efdcf30e..86a6fe438a0a08037320ac508c5f9c8f1cbda228 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,