FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ShonHarsh/Python-Fibonacci: A Python Fobonacci code exercies · GitHub

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Sequence

In mathematics, the Fibonacci Sequence is a sequence in which each number is the sum of the two preceding ones.

This is a code exercise and I solve it in two ways.

  1. The first method is a while loop. This prints all the digits up to the input number.
  2. The second method is using recursion. This prints the n'th number.

Back | FazBrowse Home | New Git URL