From 776f277c55d906588007caeb917373c02b32c8ef Mon Sep 17 00:00:00 2001 From: 508af381317c7b0e05884a758b164cc5 <508af381317c7b0e05884a758b164cc5@app-learninglab.inria.fr> Date: Tue, 14 Apr 2020 15:01:42 +0000 Subject: [PATCH] jeu avec le jouet --- module2/exo1/toy_notebook_fr.ipynb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index abe46dc..942b869 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -7,6 +7,23 @@ "# Premier essai" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello Xavier\n" + ] + } + ], + "source": [ + "print('Hello Xavier')" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1