intermediate
Explain Python Recursion
Explain how a recursive Python function works step-by-step.
📝 প্রম্পট বিষয়বস্তু
Explain the logic of a recursive Python function that calculates the factorial of a number. Break down the execution flow step-by-step, including the base case and the recursive step, suitable for a beginner programmer.