no commit message

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