diff --git a/src/solution.py b/src/solution.py index 782cfce..3c7face 100644 --- a/src/solution.py +++ b/src/solution.py @@ -3,3 +3,4 @@ def even_or_odd(number): return "Even" else: return "Odd" +#Finish \ No newline at end of file