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.
Latest Current Affairs 2024 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad