From 2e64153273340cf3abb85279212992d277672b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20P=C3=B6ltl?= Date: Fri, 11 Oct 2024 15:32:15 +0200 Subject: [PATCH] fizzbuzz.py aktualisiert +print --- fizzbuzz.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fizzbuzz.py b/fizzbuzz.py index 3cf5a25..89b4e61 100644 --- a/fizzbuzz.py +++ b/fizzbuzz.py @@ -1,5 +1,7 @@ import numpy as np +print("No german translation.") + class Solution: def fizzbuzz(self, n): result = []