Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/vaibhavmojidra/python---demo-try-except-construct
error-handling error-handling-python exception-handling-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/python---demo-try-except-construct
- Owner: VaibhavMojidra
- License: mit
- Created: 2022-12-29T10:21:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T10:21:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T12:40:00.493Z (about 1 month ago)
- Topics: error-handling, error-handling-python, exception-handling-python, mojidra, programming, python, python2, python3, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Python
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Demo Try Except Construct
[![Vaibhav Mojidra - output.png](https://raw.githubusercontent.com/VaibhavMojidra/Python---Demo-Try-Except-Construct/master/output/output.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)