A. Not more than one except branch can be executed inside one try-except block.
B. According to Python terminology, exceptions are raised.
C. According to Python terminology, exceptions are thrown.
D. Python’s philosophy encourages developers to make all possible efforts to protect the program from the occurrence of an exception.