fix
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
acb4ab2fed
commit
7af0cfa5cb
|
@ -26,8 +26,8 @@
|
|||
* Integer und mathematische Operatoren
|
||||
* Fließkommazahlen (Floats)
|
||||
* Strings
|
||||
* Kontrollstrukturen
|
||||
* Branching (Verzweigung): `if` / `elseif` / `else` und `match`
|
||||
* Kontrollstrukturen und Vergleichsoperatoren
|
||||
* Branching (Verzweigung): `if` / `elif` / `else` und `match`
|
||||
* Loops (Schleifen): `for` und `while`
|
||||
* Funktionen: `def` und `return`
|
||||
|
||||
|
@ -84,7 +84,7 @@
|
|||
|
||||
**Übungsaufgaben**
|
||||
|
||||
### Kaffe-/Teepause (20 min)
|
||||
### Kaffee-/Teepause (20 min)
|
||||
|
||||
### Fehlerbehandlung in Python (45-60 min)
|
||||
|
||||
|
@ -113,7 +113,7 @@
|
|||
* Der Standardmodulsuchpfad (`sys.path`)
|
||||
* Relative Importe
|
||||
|
||||
## Kaffe-/Teepause (20 min)
|
||||
## Kaffee-/Teepause (20 min)
|
||||
|
||||
### Zugriff auf das Dateisystem
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
|||
|
||||
### Entwicklung eines HTML-Crawlers (60-90 min)
|
||||
|
||||
## Kaffe-/Teepause (20 min)
|
||||
## Kaffee-/Teepause (20 min)
|
||||
|
||||
### Zusammenfassung, Fragen, Lösungen usw. (30 min)
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue