diff --git a/module2/exo1/toy_document_orgmode_python_fr.org/toy_notebook_fr b/module2/exo1/toy_document_orgmode_python_fr.org/toy_notebook_fr new file mode 100644 index 0000000000000000000000000000000000000000..6bb56fb0fb6902c59e31ca8a081b48868309e375 --- /dev/null +++ b/module2/exo1/toy_document_orgmode_python_fr.org/toy_notebook_fr @@ -0,0 +1,11 @@ +#toy_notebook_fr + +March 28, 2019 + +##1. À propos du calcul de π +###1.1 En demandant à la lib maths +Mon ordinateur m’indique que π vaut approximativement + +In [1]: from math import * + print(pi) +3.141592653589793 \ No newline at end of file