Computer Science, asked by sandeepperaka3246, 6 months ago

What is an expection in python?

Answers

Answered by manaswi0086
0

Answer:

An exception is an event, which occurs during the execution of a program that disrupts the normal flow of the program's instructions. In general, when a Python script encounters a situation that it cannot cope with, it raises an exception. An exception is a Python object that represents an error.

Explanation:

Hope it helps

Answered by Darkgirl52
0

EXCEPTION IN PYTHON MEANS :-

An exception is an event, which occurs during the execution of a program that disrupts the normal flow of the program's instructions. In general, when a Python script encounters a situation that it cannot cope with, it raises an exception. An exception is a Python object that represents an error.

Similar questions