Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 224 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 224 Bytes

The Fibonacci sequence is the series of numbers where each number is the sum of the two preceding numbers. For example, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610

Here is an example validation using Python