Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
""
"
2
Problem 20: https://projecteuler.net/problem=20
3
4
n! means n x (n - 1) x ... x 3 x 2 x 1
Callers
nothing calls this directly
Calls
1
solution
Function · 0.70
Tested by
no test coverage detected