4.2

parent 080ba1a8
......@@ -4,16 +4,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# À propos du calcul de $\\pi$\n",
" 1 # À propos du calcul de $\\pi$\n",
"\n",
"## 1.1 En demandant à la lib maths\n",
" 1 ## 1.1 En demandant à la lib maths\n",
"\n",
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"2 Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"\n",
"\n",
"In [1]:\n",
"1 from math import *\n",
"2 print (pi)\n",
" 1 from math import *\n",
" 2 print (pi)\n",
" \n",
"3.141592653589793\n",
" \n",
......
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