From f6ad4e666bc4765695594263aebecea0678e6853 Mon Sep 17 00:00:00 2001 From: 6f892419cc99326ee525ed439d8ff5df <6f892419cc99326ee525ed439d8ff5df@app-learninglab.inria.fr> Date: Sat, 27 Feb 2021 20:38:27 +0000 Subject: [PATCH] 7 --- module2/exo1/toy_notebook_fr.ipynb | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 7c2b201..a257b54 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,8 +1,19 @@ { "cells": [ { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": 1, "metadata": {}, + "outputs": [ + { + "ename": "SyntaxError", + "evalue": "invalid syntax (, line 4)", + "output_type": "error", + "traceback": [ + "\u001b[0;36m File \u001b[0;32m\"\"\u001b[0;36m, line \u001b[0;32m4\u001b[0m\n\u001b[0;31m Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n" + ] + } + ], "source": [ "# 1 À propos du calcul de $\\pi$\n", "\n", @@ -11,8 +22,8 @@ "\n", "\n", "In \\[1]:\n", - "from math import *\n", - "print (pi)\n", + ">from math import *\n", + ">print (pi)\n", " \n", "3.141592653589793\n", " \n", @@ -63,6 +74,13 @@ "3.1120000000000001\n", "\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- 2.18.1