Exception
is an error that happens during execution of a program. It can be said to be
any abnormal condition in a program resulting to the disruption in the flow of
the program.Whenever an exception occurs the program halts the execution and
thus further code is not executed. Thus exception is that error which python script is unable to tackle with.
No comments:
Post a Comment