diff --git a/Python/template/solution.ipynb b/Python/template/solution.ipynb index a0e5a81..07f799c 100644 --- a/Python/template/solution.ipynb +++ b/Python/template/solution.ipynb @@ -38,11 +38,18 @@ ] }, { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Part 1 #" + ], + "cell_type": "markdown", + "metadata": {} + }, + { + "source": [ + "# Part 2 #" + ], + "cell_type": "markdown", + "metadata": {} } ] } \ No newline at end of file