Examveda

What is the purpose of using recursion in a function?

A. It allows a function to call itself

B. It simplifies the syntax of the function

C. It increases the performance of the function

D. It makes the function easier to understand

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python