When exception occurs code in the try block is skipped. If there exist a matching exception type in `except clause then it's handler is executed.
確定! 回上一頁