Python Theory
Exception Handling in Python
Introduction Exception handling is an OOPs concept of Python. Definition An exception is an error that occurs during program execution or run time. Characteristics Exception handling in Python is a mechanism used to handle runtime errors (exceptions) so that the normal flow of a program is not interrupted. Instead of Read more…
![]()