diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index d111ba115649376751a8a8a581fcecb5aa537378..ce6f3dc5a4a3ae9d455e8b000339161973705e9e 100644 --- a/module2/exo1/toy_document_orgmode_python_fr.org +++ b/module2/exo1/toy_document_orgmode_python_fr.org @@ -80,7 +80,7 @@ print(matplot_lib_filename) Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 : -#+begin_src python :results output :session *python* :exports both +#+begin_src python :results value :session *python* :exports both 4*np.mean(accept) #+end_src