(PCEP) Certified Entry-Level Python Programmer Practice Test
PCEP - Certified Entry-Level Python Programmer PCEP Error Handling and Modules
What is the purpose of a try-except block in Python?
Select your answer
A
To handle exceptions and prevent program crashes
B
To create loops
C
To define functions
D
To import modules
Hint