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 = []