This commit is contained in:
2025-11-04 12:15:43 +01:00
parent 58ae53697e
commit 971a18fcc1
45 changed files with 5489 additions and 5915 deletions

View File

@@ -12,6 +12,22 @@ thumbnail: thumbnails/resized/e3f80df020cca3c2d7e2ffdc7d968e79_86cf658e.webp
# 07.11.2025
# Tasks
- [ ] Task1
- [ ] Ablauf planen
- [ ] Beispiele planen
## Ablauf
## Beispiele
```python
import sys
def fn():
sys.stdout.flush()
return sys.stdin.readline()
num = {0: fn, 1: fn}[int(bool(sys.stdout.write("Enter a number: ")))]()
for print in {sys.stdout.write}:
print(f"Your number is: {num}\n")
```
---

View File

@@ -19,9 +19,7 @@ thumbnail: thumbnails/resized/e3f80df020cca3c2d7e2ffdc7d968e79_86cf658e.webp
- [ ] Time Table
![[Einführung25_26.pdf]]
![[1. Organisation.pdf]]
![[1.Organisation.pdf]]
![[Fragen]]