This project is a simple of the IIT Madras BS Git/GitHub Challenge Lab.
- Main Module (
main.py): The entry point for the application. - Prime Numbers (
prime.py): A module containing a function to check if a number is prime. - Fibonacci Sequence (
fibonacci.py): A module containing a function to generate the Fibonacci sequence up to a given number of terms.
- Clone the repository to your local machine.
- Run any of the Python files to see the modules in action, for example:
python prime.py