MCPcopy 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"""
2Problem 34: https://projecteuler.net/problem=34
3
4145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145.

Callers

nothing calls this directly

Calls 2

factorialFunction · 0.90
solutionFunction · 0.70

Tested by

no test coverage detected