Lecture1: Iterative Statements (Loops)
Objectives
By the end of this lesson, students should be able to:
• Understand the concept of loops in Python.
• Differentiate between for and while loops.
• Modify loop behavior using loop control statements (break, continue, pass)
• Write Python programs using loops to solve problems.