MCPcopy 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'''
2The product of an integer and all the integers below it is known as factorial
3e.g. factorial four ( 4! ) is equal to 24.
4

Callers

nothing calls this directly

Calls 2

factFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected