# Partie 1 ## module1 ## Sous-partie 1 : texte Une phrase sans rien *Une phrase sans rien* **Une phrase sans rien** Un lien vers: [fun-mooc.fr](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/2ce408c14ee8400b806ed957d57626fb/) Une ligne de `code` ## Sous-partie 2 : listes ### Liste à puce - item - sous-item - sous-item - item - item ### Liste numérotée 1. item 2. item 3. item ## Sous-partie 3 : code ``` # Extrait de code ``` # Partie 2 ## module2 ## exo1: on trouve tout dans jupyter module 2 1. On the computation of π 2. Buffon’s needle Applying the method of Buffon’s needle, we get the approximation for pi in our case 3. Using a surface fraction argument A method that is easier to understand and does not make use of the sin function is based on the fact that if X ∼ U(0, 1) and Y ∼ U(0, 1), then P[X2 + Y2 ≤ 1] = π/4 . The following code uses this approach: 4. Écrire le lien "aiguilles de Buffon" vers wikipedia 5. Écrire le code de la méthode de Buffon pour Python et pour R 6. ECRIRE DANS LE LANGUAGE R