diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 86a6fe438a0a08037320ac508c5f9c8f1cbda228..a69c00853c2d50c0ebcc3e7edaefe3d40c879ad2 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -54,6 +54,24 @@ "print(minimum_A)" ] }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "23.4\n" + ] + } + ], + "source": [ + "maximum_A = np.max(A)\n", + "print(maximum_A)" + ] + }, { "cell_type": "code", "execution_count": null,