From 208390b0430ca338bb50c1c8b3b9d896265b6cc1 Mon Sep 17 00:00:00 2001 From: escuiller Date: Fri, 3 Apr 2020 19:14:57 +0200 Subject: [PATCH] =?UTF-8?q?en=20utilisant=20la=20m=C3=A9thode=20des=20aigu?= =?UTF-8?q?illes=20de=20buffon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_document_orgmode_python_fr.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index cd59822..13784b0 100644 --- a/module2/exo1/toy_document_orgmode_python_fr.org +++ b/module2/exo1/toy_document_orgmode_python_fr.org @@ -11,3 +11,11 @@ #+HTML_HEAD: #+HTML_HEAD: +* En demandant à la lib maths +Mon ordinateur m'indique que π vaut /approximativement/: +#+begin_src python :results output :exports both +from math import * +pi +#+end_src + +#+RESULTS: -- 2.18.1