Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 26 Topic 3 Discussion

Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 26 Topic 3 Discussion

PCAP-31-03 Exam Topic 3 Question 26 Discussion:
Question #: 26
Topic #: 3

If you want to access an exception object's components and store them in an object called e, you have to use the following form of exception statement


A.

except Exception(e):


B.

except e=Exception:


C.

except Exception as e:


D.

such an action is not possible in Python


Get Premium PCAP-31-03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.