A program for calculating Fibonacci sequences using Python
This Python script calculates the nth Fibonacci number.
- Clone the repository:
git clone <repository_url>
- Navigate to the directory:
cd fibonacci-calculator
- Run the script:
python fibonacci.py
The script will print the 10th Fibonacci number by default. You can modify the num
variable in fibonacci.py
to calculate a different Fibonacci number.
Contributions are welcome! Please open an issue or submit a pull request.
[Choose a license, e.g., MIT License]