Explain try except clause.

 Explain try except clause.

It is used for exception handling. Try block consists of statements that have potential to raise exceptions and the except block describes the action to be taken when an exception is raised.