diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 8e279890504704318d171860d84e4770ed36cce4..0a20da878acd2fc7365f06088a94dade4cc22872 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 },