This project implements simple Python functions to:
- Calculate all factors of a number
- Check if a number is prime
- Find the Highest Common Factor (HCF) between two numbers
The project compares a manually written version and an AI-generated version of the same functionality, along with a critical review.
- Python 3.x
- Surya