From e9bf6f7f95ee83d9133a8f1607a9783321bd7fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ren?= Date: Sun, 12 Apr 2026 20:12:07 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Cbung:=20Clean=20Code/Student=20Grade=20Ca?= =?UTF-8?q?lculator.py=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Übung: Clean Code/Student Grade Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Übung: Clean Code/Student Grade Calculator.py b/Übung: Clean Code/Student Grade Calculator.py index e650a1c..e98ca32 100644 --- a/Übung: Clean Code/Student Grade Calculator.py +++ b/Übung: Clean Code/Student Grade Calculator.py @@ -46,7 +46,7 @@ doeverything (z,70,75,80,72,78) [x] Code structure and indentation [x] Magic numbers and constants [x] Function length and single responsibility -[ ] DRY principle (Don’t Repeat Yourself) +[ ] DRY principle (Don't Repeat Yourself) [x] Comments and documentation [x] Error handling [x] Whitespace and formatting