Python Programming - Debugging - Discussion
Discussion Forum : Debugging - General Questions (Q.No. 9)
9.
What does the Python
__debug__
variable control during program execution?
Answer: Option
Explanation:
The
__debug__
variable in Python controls whether assertions are executed or ignored. If it is True, assertions are executed; if False, they are ignored.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers