src/solution.py aktualisiert #1

Open
hamzaola wants to merge 1 commits from my-solution into main
Showing only changes of commit ad7ebc898f - Show all commits

View File

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