An open API service indexing awesome lists of open source software.

https://github.com/juliusmarkwei/fibonacci-sequence

This python program calls out any series of the Fibonacci sequence that you pass in.
https://github.com/juliusmarkwei/fibonacci-sequence

Last synced: 11 months ago
JSON representation

This python program calls out any series of the Fibonacci sequence that you pass in.

Awesome Lists containing this project

README

          

# Fibonacci-Sequence
This repo contains program of a function that prints out series of the Fibonacci sequence up to a specific limit passed in as a user input.