This is a simple Python tool that calculates Fibonacci numbers using a recursive approach.
- Calculates Fibonacci numbers up to a defined
INPUT_CAP(currently 36).
-
Clone the repository:
git clone https://github.com/Jake079/python-fibonacci-module cd python-fibonacci-module -
Run script:
python fibonacci_search.py