Search
The finally block in a try-except statement, contains code that will be run irrespective of if there was an error or not i.e It will always be run.
This is an example with an error:
This is an example with no error occurring: