From 6b1314adc34600b373662b874bab7665c9e5ef23 Mon Sep 17 00:00:00 2001 From: b887a1da49c86af48bb374d792d44dfb Date: Tue, 17 Jun 2025 19:57:19 +0000 Subject: [PATCH] commit --- module2/exo2/exercice.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index fcd613f..fac8436 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -38,6 +38,13 @@ "print(f\"Median: {median}\")\n", "print(f\"Maximum: {maximum}\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- 2.18.1