premier kata pour les stagiaires
This commit is contained in:
6
kata/python/fizzbuzz.py
Normal file
6
kata/python/fizzbuzz.py
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
def fizzbuzz(nombre):
|
||||
return 1
|
||||
|
||||
for nombre in range(1, 101):
|
||||
print(nombre)
|
Reference in New Issue
Block a user