Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/edge-agents
/ python-example.py
File
python-example.py
scripts/sparc2/python-example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
fibonacci(n):
2
""
"Calculate the nth Fibonacci number."
""
3
if
n <= 1:
4
return
n
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.85
Tested by
no test coverage detected