From b4c00252fde0badd36bdb0cb649757f693586fd9 Mon Sep 17 00:00:00 2001 From: 9f6bea3395b39c150a1a33598f831331 <9f6bea3395b39c150a1a33598f831331@app-learninglab.inria.fr> Date: Sun, 20 Oct 2024 09:24:54 +0000 Subject: [PATCH] Update toy_notebook_fr.ipynb --- module2/exo1/toy_notebook_fr.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index e69de29..da4be1c 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -0,0 +1,7 @@ +# 1. À propos du calcul de π + +## 1.1 En demandant à la lib maths +Mon ordinateur m’indique que π vaut approximativement : + +from math import * +print(pi) \ No newline at end of file -- 2.18.1