From 316e73a379a42848b5e82852f9c6500c99d9ac59 Mon Sep 17 00:00:00 2001 From: 732afbed1f51733fba4ec4ed0e9bd727 <732afbed1f51733fba4ec4ed0e9bd727@app-learninglab.inria.fr> Date: Thu, 5 Oct 2023 21:28:31 +0000 Subject: [PATCH] Commit --- module2/exo1/toy_notebook_fr.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 1c8ad12..b9f3039 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -29,7 +29,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -42,6 +42,7 @@ ], "source": [ "from math import *\n", + "\n", "print(pi)" ] }, -- 2.18.1