From f972e28ae09ef5f012fe1faf6ab2c7b3142e99cb Mon Sep 17 00:00:00 2001 From: 8609a26790aff55d422b2a1d41891080 <8609a26790aff55d422b2a1d41891080@app-learninglab.inria.fr> Date: Tue, 29 Nov 2022 18:07:04 +0000 Subject: [PATCH] savesur --- module3/exo3/exercice.ipynb | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 8e27989..0a20da8 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -54,15 +54,7 @@ "cell_type": "code", "execution_count": 3, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n" - ] - } - ], + "outputs": [], "source": [ "scene=\"###\"\n", "nbscenevalere=0\n", @@ -134,9 +126,7 @@ " nbscenetotal[\"Dame Claude\"]=nbscenedame\n", " if \"son Clerc\" in nompersonnages:\n", " nbsceneclerc+=1\n", - " nbscenetotal[\"son Clerc\"]=nbsceneclerc\n", - " \n", - "print(nbscenesimon)" + " nbscenetotal[\"son Clerc\"]=nbsceneclerc" ] }, { @@ -1174,7 +1164,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 18, "metadata": { "scrolled": true }, -- 2.18.1