Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
''
&
#x27;
2
factorial(0) = 1
3
factorial(1) = 1
4
factorial(2) = 2 X 1
Callers
nothing calls this directly
Calls
1
factorial
Function · 0.85
Tested by
no test coverage detected