mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
10 lines
263 B
Markdown
10 lines
263 B
Markdown
# Python Fibonacci Sequence Generator
|
|
This python script will ask you how many numbers do you need to see in the Fibonacci Sequence and generates the sequence based on your input.
|
|
|
|
## Requirement
|
|
Python 3.xx
|
|
|
|
## Running the script
|
|
```bash
|
|
python Fibonacci.py
|
|
``` |