exercice2

parent c5b6df80
...@@ -14,9 +14,16 @@ ...@@ -14,9 +14,16 @@
"## En demandant à la lib maths" "## En demandant à la lib maths"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement*"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -48,7 +55,7 @@ ...@@ -48,7 +55,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -57,7 +64,7 @@ ...@@ -57,7 +64,7 @@
"3.128911138923655" "3.128911138923655"
] ]
}, },
"execution_count": 14, "execution_count": 2,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -87,7 +94,7 @@ ...@@ -87,7 +94,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 16, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -129,7 +136,7 @@ ...@@ -129,7 +136,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 17, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -138,7 +145,7 @@ ...@@ -138,7 +145,7 @@
"3.112" "3.112"
] ]
}, },
"execution_count": 17, "execution_count": 4,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
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