From 2af918f3753c297cd36f3b08c2a2cf8eebb13b0f Mon Sep 17 00:00:00 2001 From: a49c585c4fe7205185de4c52fe2e58c3 Date: Sun, 2 Nov 2025 20:07:43 +0000 Subject: [PATCH] =?UTF-8?q?M=C3=A9thode=20des=20aiguilles=20de=20Buffon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_notebook_fr.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 6036d19..ea1990f 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,13 +1,13 @@ { "cells": [ { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "import math\n", - "print(f\"La valeur de π selon la bibliothèque math est : {math.pi}\")" + "## Méthode des aiguilles de Buffon\n", + "\n", + "Pour en savoir plus : \n", + "[Expérience des aiguilles de Buffon (Wikipedia)](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon)" ] } ], -- 2.18.1