Week 2: Thursday

What is Flow Control?

  • Flow control is the order in which statements are executed or evaluated in a program.

  • Python is synchronous, meaning it executes one statement at a time.

  • Reads top -> bottom.