How will you explain that an exception is an object in Python?
Answers
Answered by
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