Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCAP-31-03 Topic 7 Question 42 Discussion

Actual exam question for Python Institute's PCAP-31-03 exam
Question #: 42
Topic #: 7
[All PCAP-31-03 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: C, D

Contribute your Thoughts:

Tula
10 days ago
I'm just glad I don't have to worry about exceptions in my job as a professional cat juggler. Oh wait...
upvoted 0 times
...
Tracey
12 days ago
Juggling exceptions is like juggling flaming chainsaws - you gotta be careful! But B looks like the safest bet here.
upvoted 0 times
...
Mariko
16 days ago
Option A? Really? Sounds like something a c++ programmer would do. Python's got a better way, folks.
upvoted 0 times
Lisbeth
2 days ago
B) except (ex1, Ex2):
upvoted 0 times
...
...
Allene
19 days ago
Hmm, I was leaning towards Option D, but I think I'll go with B. Gotta love those Python parentheses, am I right?
upvoted 0 times
...
Gracie
24 days ago
I was going to pick Option C, but now I'm not so sure. This exception handling stuff can be tricky!
upvoted 0 times
Dorian
7 days ago
I agree, option B) is the correct way to handle multiple exceptions in one except branch.
upvoted 0 times
...
Yolando
15 days ago
I think the correct answer is B) except (Ex1, Ex2):
upvoted 0 times
...
...
Brice
2 months ago
But doesn't using parentheses in option B make it clearer that we are catching both exceptions?
upvoted 0 times
...
Krystina
2 months ago
Option B looks good to me, it's the most straightforward way to handle multiple exceptions in one except branch.
upvoted 0 times
Jonelle
13 days ago
Yes, using parentheses and separating the exceptions with commas makes it clear and concise.
upvoted 0 times
...
Stephane
1 months ago
I agree, option B is the correct way to handle multiple exceptions in one except branch.
upvoted 0 times
...
...
Fairy
2 months ago
I disagree, I believe the answer is C) except Ex1, Ex2:
upvoted 0 times
...
Brice
2 months ago
I think the correct answer is B) except (Ex1, Ex2):
upvoted 0 times
...

Save Cancel