Skip to content

Commit c35e548

Browse files
authored
Update raadt_het_getal.ipynb
1 parent 1fe7352 commit c35e548

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

book/some_content/raadt_het_getal.ipynb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@
77
"cell_type": "markdown",
88
"metadata": {},
99
"source": [
10-
"# Vul hieronder je gegevens in:\n",
11-
"- **Naam:** ...\n",
12-
"- **Klas:** ..."
10+
"# Raadt het getal\n",
11+
"\n",
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"
1324
]
1425
},
1526
{

0 commit comments

Comments
 (0)