fin

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