Skip to content

Fibonacci Sequence Generator now in a easy to use python program. For further information read README.md.

Notifications You must be signed in to change notification settings

LoosedWhale/Fibonacci-math-function-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Fibonacci Sequence Generator

Description

This program allows you to generate the first N numbers of the Fibonacci sequence, where each number is the sum of the previous two numbers, starting from 0 and 1.

Made with python
python

How to use

Run the program.
Input the number of Fibonacci numbers you would like to generate.
The program will generate and print out the specified number of Fibonacci numbers.

For example :

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

About

Fibonacci Sequence Generator now in a easy to use python program. For further information read README.md.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages