🔄 Flow of Control

Chapter Summary

📖 Overview

Conditional statements: if, if-else, if-elif-else; simple programs: e.g.: absolute value, sort 3 numbers, divisibility. Iterative statements: for and while loop, break and continue statements, nested loops.

💡 Python Note

Make sure to practice Python code for this topic extensively.

🔑 Exam Tips

  • Write syntax properly.
  • Practice tracing programs.
  • Know dictionary and list methods.