Data Structures and Algorithms in Python | 8. Control Flow by Abraham | Learn Smarter
K12 Students

Academics

AI-Powered learning for Grades 8–12, aligned with major Indian and international curricula.

Academics
Professionals

Professional Courses

Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.

Professional Courses
Games

Interactive Games

Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβ€”perfect for learners of all ages.

games
8. Control Flow

Sections

  • 8.1

    Programming, Data Structures And Algorithms In Python

    This section introduces control flow in Python, focusing on conditional execution and loops.

  • 8.1.1

    Control Flow

    This section discusses the control flow in Python, highlighting how statements are executed in a program, and introducing conditional execution and loops.

  • 8.1.2

    Conditional Execution

    This section introduces the concept of control flow in Python, specifically focusing on conditional execution using 'if' statements.

  • 8.1.3

    Multiple Conditions Using Elif

    This section describes the concept of control flow in Python, specifically the use of 'if', 'elif', and 'else' to manage conditions in programming.

  • 8.1.4

    Loops

    The section introduces control flow in Python, focusing on loops and conditional statements to manage programming execution.

  • 8.1.5

    While Loops

    This section introduces while loops, explaining their function in programming for executing repeated actions as long as a condition holds true.

References

Chapter 8.pdf

Class Notes

Memorization

Revision Tests