
Exception Handling in Python
Every now and then ,while programming, we are bound to come across certain errors which can be syntaxial or an exception.
While syntax error is detected by the parser before the script runs, exceptions do not restrict the script to run but disrupts the normal flow of the program.
Syntax