Skip to content

Commit c5c9d32

Browse files
authored
Update snackmachine.ipynb
1 parent 187b864 commit c5c9d32

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

book/some_content/snackmachine.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@
99
"source": [
1010
"# Snackautomaat 2.0\n",
1111
"\n",
12-
"## Vul hieronder je gegevens in:\n",
13-
"- **Naam:** ...\n",
14-
"- **Klas:** ..."
12+
"## Vul hieronder je gegevens in:\n"
13+
]
14+
},
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"
1524
]
1625
},
1726
{

0 commit comments

Comments
 (0)