Intermediate
Code Explanation Generator
Explain complex code snippets in simple terms.
📝 Prompt Inhoud
Act as a senior developer tutor. Explain the concept of recursion in programming using a simple analogy that does not involve computers. Then, provide a basic Python code example of a recursive function and explain how the call stack works in that specific example.