πŸ“Š Problem Solving and Python Programming
Q. ,i+j) print(test(4,7))
  • (A) 13
  • (B) 7
  • (C) infinite loop
  • (D) 17
πŸ’¬ Discuss
βœ… Correct Answer: (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.


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