Python Exceptions - Exception Handling using the Finally Block - Try Except Finally Code Example

preview_player
Показать описание
After the except blocks, you can have one finally block, which is used to clean-up code actions such as:
- Close a connection to a database or file
- Printing a message to output

The finally clause is always the last code executed in your exception handling code, whether an exception occurred or not

Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!
Рекомендации по теме