Chapter 8. Conditionals and Loops

Chapter Topics

  • if statement

  • else statement

  • elif statement

  • while statement

  • for statement

    • range() built-in function

  • break statement

  • continue statement

  • pass statement

  • else statement… take two

The primary focus of this chapter are Python's conditional and looping statements, and all their related components. We will take a close look at if, while, for, and their friends else, elif, break, continue, and pass.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset