no commit message

parent 45928886
...@@ -6,7 +6,13 @@ ...@@ -6,7 +6,13 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# On the computation of $\\pi$\n" "# 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)"
] ]
} }
], ],
......
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