Update toy_document_orgmode_python_fr.org

parent 7f7dd333
...@@ -70,6 +70,6 @@ print(matplot_lib_filename) ...@@ -70,6 +70,6 @@ print(matplot_lib_filename)
Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en 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 : 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 #+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 #+end_src #+end_src
#+RESULTS: #+RESULTS:
\ No newline at end of file
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