diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index f151c9e263305b5678f85cd20faa05f10d84bd7a..cda24cb5e5c581b12c6ef57b578610f9e8c46029 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -45,6 +45,26 @@ "np.mean(x)" ] }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2.8" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "np.min(x)" + ] + }, { "cell_type": "code", "execution_count": 6,