Question d’entretien chez VTS

What is recursion in Python?

Réponse à la question d'entretien

Utilisateur anonyme

15 juin 2024

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

1