Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ solution
Function
solution
project_euler/problem_046/sol1.py:110–112 ·
view source on GitHub ↗
Return the solution to the problem
()
Source
from the content-addressed store, hash-verified
108
109
110
def
solution() -> int:
111
""
"Return the solution to the problem"
""
112
return
compute_nums(1)[0]
113
114
115
if
__name__ ==
"__main__"
:
Callers
1
sol1.py
File · 0.70
Calls
1
compute_nums
Function · 0.85
Tested by
no test coverage detected