Computer Science, asked by Anonymous, 1 year ago

Ello!♥️

♦Explain recursion in Python...​

Answers

Answered by N4RU1O
3

Answer:

Recursion is a way of programming or coding a problem, in which a function calls itself one or more times in its body. Usually, it is returning the return value of this function call. If a function definition fulfils the condition of recursion, we call this function a recursive function.

That's the definition I know

Mark as brainliest

Answered by DiVYa0006
6

Hello Mightyprince

Recursion is a way of programming or coding a problem, in which a function calls itself one or more times in its body. Usually, it is returning the return value of this function call. If a function definition fulfils the condition of recursion, we call this function a recursive function.

Thanks ❤

Similar questions