From 7e3be469ab51790a9ddbca08374e2e9884b60935 Mon Sep 17 00:00:00 2001 From: dd1aaa0e91ea6a51b8467c838da8832b Date: Wed, 8 Apr 2020 17:13:32 +0000 Subject: [PATCH] test --- module2/exo1/toy_notebook_fr.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 39b7320..fc41914 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -9,22 +9,22 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "4" + "16" ] }, - "execution_count": 1, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "2*2" + "2*2*2*2" ] } ], -- 2.18.1