fizzbuzz.py aktualisiert

+print
This commit is contained in:
2024-10-11 15:32:15 +02:00
parent 949826472a
commit 2e64153273
+2
View File
@@ -1,5 +1,7 @@
import numpy as np
print("No german translation.")
class Solution:
def fizzbuzz(self, n):
result = []