first few cells

parent e2ef1023
......@@ -20,7 +20,27 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### En demandant à la lib maths"
"### En demandant à la lib maths\n",
"\n",
"Mon ordinateur m’indique que $\\pi$ vaut *approximativement*"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.141592653589793\n"
]
}
],
"source": [
"from math import *\n",
"print(pi)"
]
},
{
......
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