Test

parent 1a55668d
...@@ -14,6 +14,11 @@ ...@@ -14,6 +14,11 @@
} }
], ],
"source": [ "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", "from math import *\n",
"print(pi)\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