An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: exception-handling-python

VaibhavMojidra/Python---Demo-Try-Except-Construct

To handle the exception, we have put the code, result = numerator/denominator inside the try block. Now when an exception occurs, the rest of the code inside the try block is skipped. The except block catches the exception and statements inside the except block are executed.

Language: Python - Size: 592 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0