/fibo-sum

Primary LanguagePythonMIT LicenseMIT

Fibo Sum

A Python package with the sole function of giving you the sum of N fibonacci terms.

Beware the golden ration complexity

Install

pip install fibo-sum

Usage

from fibo_sum.fibo_sum import fibo_sum

print(fibo_sum(13))