Python - Exception
Exception tutorial
HOME
Python
Exception
Introduction
The tutorial for Exception are organized in the following chapters.
Exception
Exception Basics
Catching Exceptions
Raising Exceptions
User-Defined Exceptions
Topic:2
finally Termination Actions
try/except/else Statement
Topic:3
try else Clause