From 81a3737e5da79702407dd531431c1b1425bf54ae Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Thu, 18 Jul 2024 16:38:37 +0100 Subject: [PATCH] Update file Checkpoint1.ipynb --- Checkpoints/Checkpoint1.ipynb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Checkpoints/Checkpoint1.ipynb b/Checkpoints/Checkpoint1.ipynb index 729576d..f7a2a9d 100644 --- a/Checkpoints/Checkpoint1.ipynb +++ b/Checkpoints/Checkpoint1.ipynb @@ -57,7 +57,18 @@ "id": "8d47fffa", "metadata": {}, "outputs": [], - "source": [] + "source": [ + "# Placeholder for a comment to describe what this program does (replace as appropriate)\n", + "\n", + "# Describe the input here\n", + "... \n", + "\n", + "# Describe how the input is processed to get to the desired results\n", + "...\n", + "\n", + "#Describe the outputs produced\n", + "..." + ] } ], "metadata": { -- GitLab