From 5bd2d2fbe8b90c6568b8fdda9fde94bc6fa79957 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Sun, 22 Nov 2020 15:01:59 +0100 Subject: [PATCH] Update template --- Python/template/solution.ipynb | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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