2024-09-25 14:31:21 +02:00
|
|
|
---
|
|
|
|
parent: "[[Lecture]]"
|
|
|
|
tags:
|
|
|
|
- Lecture
|
|
|
|
---
|
|
|
|
# Content
|
|
|
|
- [ ] Lösungen Tutorial 1
|
|
|
|
- [ ] Ausgabe - Tutorial 2
|
|
|
|
|
|
|
|
- [ ] For loops - Container Loops
|
2024-11-01 13:40:56 +01:00
|
|
|
- [ ] Zähl loops
|
|
|
|
- [ ] Unterschied zu anderen Programmiersprachen
|
|
|
|
- [ ] range
|
|
|
|
- [ ] len
|
|
|
|
- [ ] _
|
|
|
|
- [ ] über liste loopen
|
2024-09-25 14:31:21 +02:00
|
|
|
- [ ] Dictionarys
|
2024-11-01 13:40:56 +01:00
|
|
|
- [ ] .items
|
|
|
|
- [ ] .values
|
|
|
|
- [ ] .keys
|
|
|
|
- [ ] List Comprehension
|
|
|
|
- [ ] Vergleich mit Mengenlehre
|
|
|
|
- [ ] Dictionary Comprehension
|
2024-09-25 14:31:21 +02:00
|
|
|
- [ ] System Interactionen
|
2024-11-01 13:40:56 +01:00
|
|
|
- [ ] input
|
|
|
|
- [ ] open
|
|
|
|
- [ ] with Context
|
|
|
|
- [ ] Import
|
|
|
|
- [ ] std
|
|
|
|
- [ ] as
|
|
|
|
- [ ] from
|