From 8a888c8f62a12ef02b633c3158f45d4cd3b1d000 Mon Sep 17 00:00:00 2001 From: 8a6da0ed3388ea9ce522c47690f07cba <8a6da0ed3388ea9ce522c47690f07cba@app-learninglab.inria.fr> Date: Tue, 31 Mar 2020 13:13:52 +0000 Subject: [PATCH] partie 1 fin --- module2/exo1/toy_notebook_fr.ipynb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index ad17a80..a0c3861 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -10,6 +10,31 @@ "\n", "Mon ordinateur m’indique que $\\pi$ vaut *approximativement*" ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "3.141592653589793\n" + ] + } + ], + "source": [ + "from math import *\n", + "print(pi)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- 2.18.1