This repository contains two simple beginner-level Python programs:
A Python program that:
- Takes an integer input from the user
- Checks if the number is even or odd using
if-else - Handles invalid input using exception handling
Enter a number: 7
It is an odd number.