Python for loop paired with else traps

Source: Internet
Author: User
Tags terminates

>when the items are exhausted (which was immediately when the sequence was empty), the suite in the E LSE

clause, if present, is executed, and the loop terminates.

< Span class= "Hljs-keyword" >< Span class= "Hljs-keyword" >>a break statement executed in The first suite terminates the loop without executing the else Clause ' s suite.

< Span class= "Hljs-keyword" >< Span class= "Hljs-keyword" >< Span class= "Hljs-keyword" > A continue statement executed in the First Suite skips the rest of The Suite and continues with the next Item,

Or with the else clause if there is no next item.

According to the official documentation: the main idea is that when the iteration of an object iterates and is empty, the clause in else is executed,

If a break is included in the For loop, the loop is terminated directly and the ELSE clause is not executed.

Python for loop paired with else traps

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.