fin

parent f380257f
...@@ -12,13 +12,12 @@ ...@@ -12,13 +12,12 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## En demandant à la lib maths\n", "## En demandant à la lib maths\n",
"\n",
"Mon ordinateur m’indique que $\\pi$ vaut *approximativement*" "Mon ordinateur m’indique que $\\pi$ vaut *approximativement*"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 7,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -31,7 +30,7 @@ ...@@ -31,7 +30,7 @@
], ],
"source": [ "source": [
"from math import *\n", "from math import *\n",
"print(pi)\n" "print(pi)"
] ]
}, },
{ {
...@@ -137,13 +136,6 @@ ...@@ -137,13 +136,6 @@
"source": [ "source": [
"4*np.mean(accept)" "4*np.mean(accept)"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {
......
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