Catching multiple exception types

Premium

Real code can fail in more than one way. Learn how to attach several except blocks to a single try, group exceptions in a tuple, and use a generic Exception as a last resort.