In this Video, it has been explained with example
1.How exceptions can be handled in Python using try except block.
2. How multiple except blocks can be there
3. What is try, except and else blocks in Python
4. What is finally block
5. How Exceptions can be raised in Python