Compare commits

..

No commits in common. "my-solution" and "a1-final" have entirely different histories.

View File

@ -3,4 +3,3 @@ def even_or_odd(number):
return "Even"
else:
return "Odd"
#Finish