Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fibonacci.py
File
fibonacci.py
wasm/demo/snippets/fibonacci.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
n1 = 0
2
n2 = 1
3
count = 0
4
until = 10
Callers
nothing calls this directly
Calls
1
print
Function · 0.50
Tested by
no test coverage detected