From ed2c836bd09c8e53517a03d6c2979376ea7b5276 Mon Sep 17 00:00:00 2001 From: 9f6bea3395b39c150a1a33598f831331 <9f6bea3395b39c150a1a33598f831331@app-learninglab.inria.fr> Date: Sun, 20 Oct 2024 09:25:13 +0000 Subject: [PATCH] Update toy_notebook_fr.ipynb --- module2/exo1/toy_notebook_fr.ipynb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index da4be1c..e69de29 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,7 +0,0 @@ -# 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