MCPcopy 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

1from __future__ import generators
2
3# needs Python 2.2 or above!
4def fib():

Callers

nothing calls this directly

Calls 3

rangeFunction · 0.85
fibFunction · 0.70
nextMethod · 0.45

Tested by

no test coverage detected