Even or Odd Function

Easy

Input: `n` (int). Return: 'Even' or 'Odd'.

Example

Input: 2
Output: 'Even'
Run your code to see output