no commit message

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