Skip to content

Commit e540b62

Browse files
authored
Update snackmachine.ipynb
1 parent c5c9d32 commit e540b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/some_content/snackmachine.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"execution_count": null,
1919
"outputs": [],
2020
"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"
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"
2424
]
2525
},
2626
{

0 commit comments

Comments
 (0)