Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ sol1.py
File
sol1.py
project_euler/problem_034/sol1.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Problem 34: https://projecteuler.net/problem=34
3
4
145 is a curious number,
as
1! + 4! + 5! = 1 + 24 + 120 = 145.
Callers
nothing calls this directly
Calls
2
factorial
Function · 0.90
solution
Function · 0.70
Tested by
no test coverage detected