Advertisements
Advertisements
Question
The Python interpreter handles logical errors during code execution.
Options
True
False
MCQ
True or False
Solution
This statement is False.
Explanation:
The Python interpreter does not handle logical errors during code execution. Logical errors arise when code runs without syntax or runtime issues but returns wrong results due to a program's logic defect. The programmer should identify and correct logical problems through testing and debugging.
shaalaa.com
Is there an error in this question or solution?