MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / sol3.py

File sol3.py

project_euler/problem_020/sol3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Problem 20: https://projecteuler.net/problem=20
3
4n! means n x (n - 1) x ... x 3 x 2 x 1

Callers

nothing calls this directly

Calls 1

solutionFunction · 0.70

Tested by

no test coverage detected