Examveda

Which is the most appropriate definition for recursion?

A. A function that calls itself

B. A function execution instance that calls another execution instance of the same function

C. A class method that calls another class method

D. An in-built method that is automatically called

Answer: Option B


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python