From d61f7c108debac9db822f5018c7ffe0b6e9938b4 Mon Sep 17 00:00:00 2001 From: Kees van Kempen Date: Thu, 10 Nov 2022 11:21:59 +0100 Subject: [PATCH] 08: Run preprogrammed --- Exercise sheet 8/exercise_sheet_08.ipynb | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Exercise sheet 8/exercise_sheet_08.ipynb b/Exercise sheet 8/exercise_sheet_08.ipynb index 83613a4..3ac2d15 100644 --- a/Exercise sheet 8/exercise_sheet_08.ipynb +++ b/Exercise sheet 8/exercise_sheet_08.ipynb @@ -20,12 +20,12 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "220d541e", "metadata": {}, "outputs": [], "source": [ - "NAME = \"\"\n", + "NAME = \"Kees van Kempen\"\n", "NAMES_OF_COLLABORATORS = \"\"" ] }, @@ -62,7 +62,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "5e4391a6", "metadata": { "deletable": false, @@ -302,7 +302,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "bcc7acba", "metadata": { "deletable": false, @@ -318,7 +318,18 @@ "task": false } }, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "True" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "import subprocess\n", "\n", @@ -646,7 +657,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" },