Skip to content

Opening book details…

About this document

Understanding Flow of Control in Python by sri.pranathi is a document available to read on EtoBox.

Lesson 8 covers the flow of control in Python, detailing types of statements, including empty, simple, and compound statements, as well as their execution forms: sequence, selection, and iteration. It explains the use of conditional statements like if, if-else, and nested ifs, along with looping constructs such as for and while loops, including their syntax and examples. Additionally, the lesson discusses program logic development tools, the range() function, and jump statements like break and continue.

Author
sri.pranathi
Language
EN