From c6f218eabf55a539f13bb63e5a89c006c3f72c19 Mon Sep 17 00:00:00 2001 From: f95ad4b90c889d1da17c14bda559face Date: Mon, 13 Apr 2020 15:13:58 +0000 Subject: [PATCH] Exercice 1 --- module2/exo1/toy_notebook_fr.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 75e07e5..350422c 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -17,7 +17,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -30,7 +30,7 @@ ], "source": [ "from math import *\n", - "print (pi) " + "print(pi) " ] }, { -- 2.18.1