575 B
575 B
title, timestamp, reason, tags, feature, thumbnail
| title | timestamp | reason | tags | feature | thumbnail | ||
|---|---|---|---|---|---|---|---|
| 07.11.2025 - Calendar | 07.11.2025 - 13:40 | Vorlesung 2 |
|
Templates/assets/logo.png | thumbnails/resized/e3f80df020cca3c2d7e2ffdc7d968e79_86cf658e.webp |
07.11.2025
Tasks
- Ablauf planen
- Beispiele planen
Ablauf
Beispiele
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")
