corrections diverses

parent 134a6116
......@@ -11,12 +11,12 @@
"\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",
"execution_count": 1,
"execution_count": 9,
"metadata": {},
"outputs": [
{
......@@ -28,7 +28,7 @@
}
],
"source": [
"In [1]: from math import *\n",
"from math import *\n",
"print(pi)"
]
},
......@@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 10,
"metadata": {},
"outputs": [
{
......@@ -52,7 +52,7 @@
"3.128911138923655"
]
},
"execution_count": 2,
"execution_count": 10,
"metadata": {},
"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