From 7235a740d0f1f9514b9d4c1a9565c1e590f608ea Mon Sep 17 00:00:00 2001 From: 8df8fe9b766d325d0f140ef7f8626d15 <8df8fe9b766d325d0f140ef7f8626d15@app-learninglab.inria.fr> Date: Fri, 18 Sep 2020 14:40:45 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 9dc4977..5480ea8 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -6,7 +6,13 @@ "metadata": {}, "outputs": [], "source": [ - "# On the computation of $\\pi$\n" + "# On the computation of $\\pi$\n", + "\n", + "## Asking the maths library\n", + "My computer tells me that $\\pi$ is *approximatively*\n", + "\n", + "from math import *\n", + "print(pi)" ] } ], -- 2.18.1