vd17accc
Search for a command to run...
Write a function that takes an integer as input and returns "Even" if the number is even and "Odd" if the number is odd.
-10^6 <= n
Example 1
4
Even