Advertisements
Advertisements
Question
A Function which calls itself is called as ______
Options
Built-in
Recursion
Lambda
return
MCQ
Fill in the Blanks
Advertisements
Solution
A Function that calls itself is called a Recursion.
shaalaa.com
Introduction to Python Functions
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which function is called anonymous un-named function?
Read the following statement and choose the correct statement.
In Python, you don’t have to mention the specific data types while defining the function.
Pick the correct one to execute the given statement successfully.
if ______ : print(x, " is a leap year")
What is a function?
Differentiate ceil() and floor() function?
What are the points to be noted while defining a function?
Explain the following built-in function.
id()
Explain the following built-in function.
chr()
Explain the following built-in function.
round()
Explain the following built-in function.
pow()
