How many except statements can a try-except block have?
(a) zero
(b) one
(c) more than one
(d) more than zero
I got this question in an interview for internship.
Asked question is from Exception Handling topic in chapter Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python