Explanation: the test(i-1,i+j) part of the function keeps calling the function until the base condition of the function is satisfied.
Q. ,i+j) print(test(4,7))
β
Correct Answer: (D)
17
Explanation by: Mr. Dubey
the test(i-1,i+j) part of the function keeps calling the function until the base condition of the function is satisfied.
Discussion
Question Analytics
477
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
82%
Success Rate