no commit message

parent 7235a740
......@@ -2,15 +2,22 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# On the computation of $\\pi$\n",
"\n",
"## Asking the maths library\n",
"My computer tells me that $\\pi$ is *approximatively*\n",
"\n",
"My computer tells me that $\\pi$ is *approximatively*"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"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