PCEP-30-02 Exam
Timed Exam Mode - Simulated Conditions
The PCEP – Certified Entry-Level Python Programmer certification validates foundational knowledge of Python programming, including data types, control flow, data collections, functions, and exceptions.
What does the "try...except" block in Python do?
-
A
Executes code only if no errors occur
-
B
Catches and handles exceptions or errors that occur during execution
-
C
Terminates the program if an error occurs
-
D
Ignores all errors during execution
Start Full Exam - 30 Questions