diff --git a/module2/exo2/exercice_python_fr.org b/module2/exo2/exercice_python_fr.org index 508f1b70696e798ee117b125e04cc6e1c3534098..61e85e4f060dd868305502b4ce486c63def9d522 100644 --- a/module2/exo2/exercice_python_fr.org +++ b/module2/exo2/exercice_python_fr.org @@ -1,24 +1,9 @@ -#+TITLE: toy_notebook_fr +#+TITLE: test #+AUTHOR: Debby Bonnaire #+DATE: 25 Septembre 2024 #+LANGUAGE: fr # #+PROPERTY: header-args :eval never-export -# A propos du calcul de $\pi$ -## En demandant à la lib maths -Mon ordinateur m'indique que $\pi$ vaut *approximativement* -In [1]: -from math import * -print (pi) - - - - - - - - -#### * Quelques explications