We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe7352 commit c35e548Copy full SHA for c35e548
1 file changed
book/some_content/raadt_het_getal.ipynb
@@ -7,9 +7,20 @@
7
"cell_type": "markdown",
8
"metadata": {},
9
"source": [
10
- "# Vul hieronder je gegevens in:\n",
11
- "- **Naam:** ...\n",
12
- "- **Klas:** ..."
+ "# Raadt het getal\n",
+ "\n",
+ "## 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"
24
]
25
},
26
{
0 commit comments