0
Exception
Somebody explain to me what is exception why they using in the python
2 Answers
+ 6
I was going to TRY to go for a jog, EXCEPT it started raining, so I'll read a book instead.
They use exeptions to handle program errors
0
Exception is used to catch errors that may arise in the execution of your code.
Exception is very useful specially in a situation where you require input from the user.