Week 1 by Koen

This commit is contained in:
Koen Vendrig
2022-02-15 16:37:25 +01:00
parent 37d483a5fa
commit a8d2a8d775
4 changed files with 13446 additions and 74 deletions

View File

@ -41,7 +41,7 @@
"id": "b4d38256",
"metadata": {},
"source": [
"team_members = \"Koen Vendrig, Kees van Kempen\""
"team_members = \"Kees van Kempen, Koen Vendrig\""
]
},
{
@ -90,18 +90,27 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Hello Malte/Yann/Taha, is this okay?\n"
"Hoi Yann, hoe was Japan?\n"
]
}
],
"source": [
"print(\"Hello Malte/Yann/Taha, is this okay?\")"
"# Test code\n",
"print(\"Hoi Yann, hoe was Japan?\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "86e78dbb",
"id": "28242874",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "3c4836ec",
"metadata": {},
"outputs": [],
"source": []
@ -109,7 +118,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},