Vidyalelo
Python · Q12

Functions in Python

Programming · Python · question 12

Q12

What is the purpose of using recursion in a function?

A.
It allows a function to call itself
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board