MCPcopy 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
110def solution() -> int:
111 """Return the solution to the problem"""
112 return compute_nums(1)[0]
113
114
115if __name__ == "__main__":

Callers 1

sol1.pyFile · 0.70

Calls 1

compute_numsFunction · 0.85

Tested by

no test coverage detected