Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/leaningtech/webvm
/ fibonacci.py
File
fibonacci.py
examples/python3/fibonacci.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
fib():
2
a, b = 0, 1
3
while
True:
# First iteration:
4
yield
a
# yield 0 to start with and then
Callers
nothing calls this directly
Calls
1
fib
Function · 0.85
Tested by
no test coverage detected