Exception in handling in python.
1) These are key methods to handle the error in python. Try catch is useful for when error occurs then program stop their and after this execution is not work. 2) So by using try except your program easily handle that error and ran further for completion. 3) If you don’t handle these error then python throws an error message which cryptic or not easily understandable by the nonprogramming person so that’s why is a good practice a write a code in a try except block which handles a error and message which provide an easy way to understand end user. 4) When you got error message and stack trace on console these are uncaught exceptions