Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-66316.py
File
recipe-66316.py
recipes/Python/66316_Fibonacci_sequence_using/recipe-66316.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
generators
2
3
# needs Python 2.2 or above!
4
def
fib():
Callers
nothing calls this directly
Calls
3
range
Function · 0.85
fib
Function · 0.70
next
Method · 0.45
Tested by
no test coverage detected