From 3a6817d9327d7682307e7d28c4257c57f4f9579e Mon Sep 17 00:00:00 2001 From: 8df8fe9b766d325d0f140ef7f8626d15 <8df8fe9b766d325d0f140ef7f8626d15@app-learninglab.inria.fr> Date: Fri, 18 Sep 2020 14:45:12 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 12a2e9a..73a6305 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -9,6 +9,31 @@ "## Asking the maths library\n", "My computer tells me that $\\pi$ is *approximatively*" ] + }, + { + "cell_type": "code", + "execution_count": 5, + "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