This commit is contained in:
Team3
2026-07-22 16:12:23 +02:00
commit f07ef9653d
851 changed files with 501480 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""Mini-Fixture: Ausgabe."""
from rechner import addiere
def zeige(a, b):
"""Formatiert die Summe."""
return f"Ergebnis: {addiere(a, b)}"