Closed
Description
The iterator produces the following output
The first four terms of the Fibonacci sequence are:
> 1
> 2
> 3
> 5
Usually Fibonacci sequence is considered to start [1,1,2,3]
or sometimes [0,1,1,2]
but not [1,2,3,5]
.
Metadata
Metadata
Assignees
Labels
No labels