Skip to content

Commit 60f78c3

Browse files
committed
feat: Move code cell around
1 parent 872f783 commit 60f78c3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

020-Projekt_Taschenrechner/010-Python_REPL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ Eine REPL ist ein Programm, welches:
9191
3. _**P**rint_: Das Ergebnis des ausgeführten Codes zurück gibt.
9292
4. _**L**oop_: Und das solange wiederholt, bis es beendet wird (bei Python via `quit()`).
9393

94+
TODO: Abbildung REPL
95+
96+
TODO: genauere Erklärung des Ablaufs von bspw. `print("Hallo")`.
97+
98+
## Lernstandskontrolle
99+
94100
```{code-cell}
95101
:tags: [remove-cell]
96102
from jupyterquiz import display_quiz
@@ -110,12 +116,6 @@ c = { '--jq-multiple-choice-bg': '#202080',
110116
'--jq-link-color': '#9abafa' }
111117
```
112118

113-
TODO: Abbildung REPL
114-
115-
TODO: genauere Erklärung des Ablaufs von bspw. `print("Hallo")`.
116-
117-
## Lernstandskontrolle
118-
119119
```{code-cell}
120120
:tags: [remove-input]
121121
q = [{

0 commit comments

Comments
 (0)