diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 803f15bb15ff65ec8b8ecfe543feedbc61a37b21..182726fb8e3269ab06583ffc31a144576df95131 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -6256,11 +6256,11 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ - "#for simplicity we put all in one:\n", + "### for simplicity we put all in one:\n", "deaths_france[\"corona deaths\"] = to_plot[\"France except Dom/Tom\"][\"deaths cases\"]\n", "# plt.figure(figsize = (15,7.5))\n", "# plt.plot(deaths_france[\"Total_deces_2020\"], label=\"deaths 2020\")\n",