Fibonacci Sequence Generator
This is a simple Python script that generates the Fibonacci sequence up to a specified number. The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones.
Usage
- Clone the repository to your local machine.
- Make sure you have Python installed.
- Open a terminal or command prompt and navigate to the directory where the script is located.
- Run the script by executing the following command:
python fibonacci.py
- You will be prompted to enter a number. This number specifies how many Fibonacci numbers you want to generate.
- After entering the number, the script will calculate the Fibonacci sequence and display it on the screen.