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

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

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

If you need to serve two different exceptions called Ex1 and Ex2 in one except branch, you can write:


A.

except Ex1 Ex2:


B.

except (ex1, Ex2):


C.

except Ex1, Ex2:


D.

except Ex1+Ex2:


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.