00: Do and submit test assignment

This commit is contained in:
2022-02-03 10:30:04 +01:00
parent b908cfa2e9
commit 85f0d34b5f

View File

@ -41,7 +41,7 @@
"id": "b4d38256", "id": "b4d38256",
"metadata": {}, "metadata": {},
"source": [ "source": [
"team_members = \"\"" "team_members = \"Koen Vendrig, Kees van Kempen\""
] ]
}, },
{ {
@ -87,20 +87,15 @@
}, },
"outputs": [ "outputs": [
{ {
"ename": "NotImplementedError", "name": "stdout",
"evalue": "", "output_type": "stream",
"output_type": "error", "text": [
"traceback": [ "Hello Malte/Yann/Taha, is this okay?\n"
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNotImplementedError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m/tmp/ipykernel_3976074/1067236896.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# YOUR CODE HERE\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mNotImplementedError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mNotImplementedError\u001b[0m: "
] ]
} }
], ],
"source": [ "source": [
"# YOUR CODE HERE\n", "print(\"Hello Malte/Yann/Taha, is this okay?\")"
"raise NotImplementedError()"
] ]
}, },
{ {