Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ factorial.py
File
factorial.py
Python/factorial.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
''
&
#x27;
2
The product of an integer and all the integers below it is known
as
factorial
3
e.g. factorial four ( 4! ) is equal to 24.
4
Callers
nothing calls this directly
Calls
2
fact
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected