Test

parent 88daa40c
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# On the computation of $\\pi$\n",
"\n",
"## Asking the maths library\n",
"\n",
"My computer tells me that $\\pi$ is *approximatively*"
]
},
{
"cell_type": "code",
"execution_count": 1,
......@@ -14,11 +25,6 @@
}
],
"source": [
"# On the computation of $\\pi$\n",
"\n",
"## Asking the maths library\n",
"My computer tells me that $\\pi$ is *approximatively*\n",
"\n",
"from math import *\n",
"print(pi)\n"
]
......
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