Check Even or Odd
EasyConditionalsMATHIntegers
### Description
Write a function that takes an integer as input and returns "Even" if the number is even and "Odd" if the number is odd.
### Constraints
-10^6 <= n <= 10^6
### Example
Input: 4
Output: Even
Examples
Example 1
Input: 4
Output: Even