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.
This website is about learning python programming. Features of Python Programming language are explained in he form of videos.