From 7309d567cae77a0c9744ff928206a87b13c14b21 Mon Sep 17 00:00:00 2001 From: Jade Bolaty Date: Sat, 2 Nov 2024 17:40:45 +0100 Subject: [PATCH] test pb dernier bloc --- module2/exo1/toy_document_orgmode_python_fr.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index d111ba1..ce6f3dc 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 -- 2.18.1