Skip to content
Snippets Groups Projects
Commit 2136bb2f authored by Barrenetxea Berasategi, Xabier's avatar Barrenetxea Berasategi, Xabier
Browse files

Xabi 2

parent 4673a93b
No related branches found
No related tags found
No related merge requests found
Pipeline #30215 failed
...@@ -12,6 +12,6 @@ def fizzbuzz(n:int) -> str: ...@@ -12,6 +12,6 @@ def fizzbuzz(n:int) -> str:
elif 5 % n ==0: elif 5 % n ==0:
return "Buzz" return "Buzz"
else: else:
return n return str(n)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment