4.2

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