From d33a7666fee7b1728ac9e1c89a7239ac1f75b1f4 Mon Sep 17 00:00:00 2001 From: 7ca0f5c047d12308c72c5eb5e18955b4 <7ca0f5c047d12308c72c5eb5e18955b4@app-learninglab.inria.fr> Date: Sun, 6 Dec 2020 16:11:51 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..c7998c2 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,19 @@ { - "cells": [], + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# À propos du calcul de $\\pi$\n", + "## En demandant à la lib maths\n", + "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n", + "from math import *\n", + "print(pi)" + ] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +30,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