ABDULSABOOR1995 / Exception-Handling-basics

An exception is an error that happens during execution of a program. When that error occurs, Python generate an exception that can be handled by exception handling, which avoids your program to crash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception Handling basics

About

An exception is an error that happens during execution of a program. When that error occurs, Python generate an exception that can be handled by exception handling, which avoids your program to crash.


Languages

Language:Jupyter Notebook 100.0%