MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 05_recursion.py

File 05_recursion.py

Chapter 8/05_recursion.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''
2factorial(0) = 1
3factorial(1) = 1
4factorial(2) = 2 X 1

Callers

nothing calls this directly

Calls 1

factorialFunction · 0.85

Tested by

no test coverage detected