houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Added prime_checker.py for checking prime numbers #1879

Open OmprakashGujji opened 3 months ago

OmprakashGujji commented 3 months ago

This pull request adds a new Python script named prime_checker.py to the repository. The prime_checker.py script contains functions to check whether a given number is a prime number or not. This addition enhances the functionality of the project by providing a utility for prime number checking, which can be used in various contexts within the project.