Home »
MCQs »
Python MCQs
The looping reduces the complexity of the problems to the ease of the problems?
48. The looping reduces the complexity of the problems to the ease of the problems?
- True
- False
Answer: A) True
Explanation:
The looping simplifies the complex problems into the easy ones. It enables us to alter the flow of the program so that instead of writing the same code again and again, we can repeat the same code for a finite number of times.