Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 18)
18.
How do you define a recursive function?
Using the rec() keyword
Declaring a function inside another function
Specifying a return statement within a loop
A function calling itself
Answer: Option
Explanation:
A recursive function is defined by having the function call itself within its own definition.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.