Python Try Except

The try block is used to test a block of code for errors and except block is used to handle the error.

Code :