β
Correct Answer: (A)
the standard exceptions are automatically imported into python programs
Explanation: when any exception is thrown in try block, except block is executed. if exception in not thrown in try block, else block is executed. when there is a deviation from the rules of a programming language, a
Explanation by: Mr. Dubey
when any exception is thrown in try block, except block is executed. if exception in not thrown in try block, else block is executed. when there is a deviation from the rules of a programming language, a
Discussion
Question Analytics
819
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
97%
Success Rate