Exception Handling
Exception Handling
Class 12th
Error
Exception
Error Vs Exception
Finally Block
Python: Exception
Handling
So, in order to handle these situations, Python provides a keyword finally, which is always executed
after try and except blocks. The finally block always executes after normal termination of try block or
after try block terminates due to some exception.