The try/except/else/finally statement in Python

Source: Internet
Author: User

1.python try/except/else/finally The normal statement is this:

Try

Normal Excute block

Except A:

Except A Handle

Except B:

Except B Handle

Except

Other exception handle

Else

If no exception,get here

Finally

Print (hello World)

Description

The normally executed program executes under the Excute block execution block under try, and if an exception occurs during execution, interrupts the current normal execute block to start execution in exception handling, If there is no exception, the statement in else is executed (provided that there is an else statement), and the finally statement is the one that is always executed in the last Step.

The try/except/else/finally statement in Python

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.