fizzbuzz.py aktualisiert
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
print("No german translation.")
|
||||||
|
|
||||||
class Solution:
|
class Solution:
|
||||||
def fizzbuzz(self, n):
|
def fizzbuzz(self, n):
|
||||||
result = []
|
result = []
|
||||||
|
|||||||
Reference in New Issue
Block a user