diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index dfeaeb8a49419a69e21ea496e32b51bc10dde810..fa5496d4b86ae319bd2eaecf12e67187367743c5 100644 --- a/module2/exo1/toy_document_orgmode_python_fr.org +++ b/module2/exo1/toy_document_orgmode_python_fr.org @@ -70,6 +70,6 @@ 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 output :session :exports both -4*np.mean(accept) 4*np.mean(accept) +4*np.mean(accept) #+end_src #+end_src #+RESULTS: \ No newline at end of file