Commit e51eec2c authored by Samuel MEYNARD's avatar Samuel MEYNARD

exercice 1 complement

parent fec4aab9
#+TITLE: À propos du calcul de π #+TITLE: À propos du calcul de $\pi$
#+AUTHOR: Samuel MEYNARD
#+DATE: <2020-05-29 Fri>
#+LANGUAGE: fr #+LANGUAGE: fr
# #+PROPERTY: header-args :eval never-export
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/> #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
...@@ -14,11 +11,9 @@ ...@@ -14,11 +11,9 @@
* En demandant à la lib maths * En demandant à la lib maths
Mon ordinateur m'indique que π vaut approximativement: Mon ordinateur m'indique que π vaut approximativement:
#+begin_src python :results output :exports both
#+BEGIN_SRC python from math import *
from math import pi pi
print(pi) #+end_src
#+END_SRC
#+RESULTS: #+RESULTS:
: None
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