Update exercice_python_fr.org

parent 070dbd8c
#+TITLE: toy_notebook_fr #+TITLE: test
#+AUTHOR: Debby Bonnaire #+AUTHOR: Debby Bonnaire
#+DATE: 25 Septembre 2024 #+DATE: 25 Septembre 2024
#+LANGUAGE: fr #+LANGUAGE: fr
# #+PROPERTY: header-args :eval never-export # #+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 * Quelques explications
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment