You need to sign in or sign up before continuing.

Exo1

parent af718309
{ {
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# À propos de pi"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
...@@ -18,6 +25,13 @@ ...@@ -18,6 +25,13 @@
"print(pi)" "print(pi)"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Aiguille de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon \"titre de lien optionnel\")"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 2,
...@@ -95,13 +109,6 @@ ...@@ -95,13 +109,6 @@
"source": [ "source": [
"4*np.mean(accept)" "4*np.mean(accept)"
] ]
},
{
"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