"My computer tells me that $\\pi$ is *approximatively*"
]
},
{
...
...
@@ -37,26 +39,27 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 12,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (<ipython-input-7-8cfaff9333ae>, line 2)",
"evalue": "invalid syntax (<ipython-input-12-78e089221e89>, line 2)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-7-8cfaff9333ae>\"\u001b[0;36m, line \u001b[0;32m2\u001b[0m\n\u001b[0;31m Applying the method of Buffon’s needle, we get the approximation\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-12-78e089221e89>\"\u001b[0;36m, line \u001b[0;32m2\u001b[0m\n\u001b[0;31m Applying the method of [Buffon's needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
]
}
],
"source": [
"## Buffon’s needle\n",
"Applying the method of Buffon’s needle, we get the approximation\n"
"## Buffon's needle\n",
"Applying the method of [Buffon's needle](https://en.wikipedia.org\n",
"/wiki/Buffon%27s_needle_problem), we get the __approximation__\n"