Pregunta de entrevista de VTS

What is recursion in Python?

Respuesta de la entrevista

Anónimo

15 jun 2024

ecursion is a function calling itself to solve a smaller instance of the same problem. Example: calculating the factorial of a number

1