3. Vorlesung

This commit is contained in:
2024-11-01 13:40:56 +01:00
parent 13b7ae6a6e
commit 5258c080bb
20 changed files with 28984 additions and 716 deletions

View File

@@ -8,7 +8,24 @@ tags:
- [ ] Ausgabe - Tutorial 2
- [ ] For loops - Container Loops
- [ ] Zähl loops
- [ ] Unterschied zu anderen Programmiersprachen
- [ ] range
- [ ] len
- [ ] _
- [ ] über liste loopen
- [ ] Dictionarys
- [ ] Error Handling
- [ ] .items
- [ ] .values
- [ ] .keys
- [ ] List Comprehension
- [ ] Vergleich mit Mengenlehre
- [ ] Dictionary Comprehension
- [ ] System Interactionen
- [ ] Import
- [ ] input
- [ ] open
- [ ] with Context
- [ ] Import
- [ ] std
- [ ] as
- [ ] from