We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187b864 commit c5c9d32Copy full SHA for c5c9d32
1 file changed
book/some_content/snackmachine.ipynb
@@ -9,9 +9,18 @@
9
"source": [
10
"# Snackautomaat 2.0\n",
11
"\n",
12
- "## Vul hieronder je gegevens in:\n",
13
- "- **Naam:** ...\n",
14
- "- **Klas:** ..."
+ "## Vul hieronder je gegevens in:\n"
+ ]
+ },
15
+ {
16
+ "cell_type": "code",
17
+ "metadata": {},
18
+ "execution_count": null,
19
+ "outputs": [],
20
+ "source": [
21
+ "naam = input("Vul hier je naam in")\n",
22
+ "klas = input("Vul hier je klas in")\n",
23
+ "print(f'Naam: {naam}, Klas: {klas}\n"
24
]
25
},
26
{
0 commit comments