no commit message

parent 016813ec
...@@ -9,6 +9,31 @@ ...@@ -9,6 +9,31 @@
"## Asking the maths library\n", "## Asking the maths library\n",
"My computer tells me that $\\pi$ is *approximatively*" "My computer tells me that $\\pi$ is *approximatively*"
] ]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"3.141592653589793\n"
]
}
],
"source": [
"from math import *\n",
"print(pi)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {
......
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