Odd Even

Write a program odd_even.py that asks the user to enter an integer. The program then prints out either "odd" or "even" for that integer.

Sample interaction:

Enter an integer of your choice: 3
even