A simple Python script that checks if a number is prime and finds all prime numbers up to a given limit.
- Checks if a single number is prime
- Lists all prime numbers up to a given limit
- Input validation
- Clean, efficient algorithm
- Clone the repository:
git clone https://github.com/amiraligrr/prime-number-checker-with-python.git cd prime-number-checker-with-python
python3 aval-numbers.py
maid by Amirali Granmayeh