Report Bug

Qus

What will be the output of the following Python code?

 

def test(i,j):      if(i==0):          return j      else:          return test(i-1,i+j)  print(test(4,7))
Qusनिम्नलिखित पायथन कोड का आउटपुट क्या होगा?


A. 13
B. 7
C. Infinite loop
D. 17


Solution
D. 17



Explanation
The test(i-1,i+j) part of the function keeps calling the function until the base condition of the function is satisfied.
CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad