Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ p2.py
File
p2.py
projects/ProjectEuler/Problem 2/p2.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
compute():
2
ans = 0
3
x = 1
# Represents the current Fibonacci number being processed
4
y = 2
# Represents the next Fibonacci number in the sequence
Callers
nothing calls this directly
Calls
1
compute
Function · 0.70
Tested by
no test coverage detected