From 47a04fddb4d62acae348bff8b01190d80c8433cc Mon Sep 17 00:00:00 2001 From: 283e86ac264eacf1aab5cf0689db9209 <283e86ac264eacf1aab5cf0689db9209@app-learninglab.inria.fr> Date: Fri, 20 Jun 2025 13:37:02 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..2005f9f 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,20 @@ { - "cells": [], + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "À propos du calcul de π\n", + "1.1 En demandant à la lib maths\n", + "Mon ordinateur m’indique que π vaut approximativement\n", + "In [1]: from math import *\n", + "print(pi)\n", + "3.141592653589793\n" + ] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +31,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.6.4" } }, "nbformat": 4, "nbformat_minor": 2 } - -- 2.18.1