Computer Science, asked by Infinite6945, 1 year ago

How will you explain that an exception is an object in Python?

Answers

Answered by Anonymous
0

Except is used to catch and handle the exception(s) that are encountered in the try clause. else lets you code sections that should run only when no exceptions are encountered in the try clause

Similar questions