A simple Python program to check if a number is prime.
The program runs in the terminal, takes user input, and tells whether the number is prime or not.
- Checks if a given number is prime.
- Allows repeated checks until you type
exit. - Handles invalid inputs gracefully.
- Python 3.x installed on your system
- Clone this repository:
git clone https://github.com/sonulakra-trader/prime-checker.git cd prime-checker