1 parent 872f783 commit 60f78c3Copy full SHA for 60f78c3
1 file changed
020-Projekt_Taschenrechner/010-Python_REPL.md
@@ -91,6 +91,12 @@ Eine REPL ist ein Programm, welches:
91
3. _**P**rint_: Das Ergebnis des ausgeführten Codes zurück gibt.
92
4. _**L**oop_: Und das solange wiederholt, bis es beendet wird (bei Python via `quit()`).
93
94
+TODO: Abbildung REPL
95
+
96
+TODO: genauere Erklärung des Ablaufs von bspw. `print("Hallo")`.
97
98
+## Lernstandskontrolle
99
100
```{code-cell}
101
:tags: [remove-cell]
102
from jupyterquiz import display_quiz
@@ -110,12 +116,6 @@ c = { '--jq-multiple-choice-bg': '#202080',
110
116
'--jq-link-color': '#9abafa' }
111
117
```
112
118
113
-TODO: Abbildung REPL
114
-
115
-TODO: genauere Erklärung des Ablaufs von bspw. `print("Hallo")`.
-## Lernstandskontrolle
119
120
:tags: [remove-input]
121
q = [{
0 commit comments