Learn Without Walls
← Back to Course Home

Module 5: Loops

Automate repetitive tasks and process collections of data

4 Lessons 15 Practice Problems 12-Question Quiz ~5 hours
1
for loops
2
while loops
3
break/continue
4
Nested
Practice
Quiz

Learning Objectives

By the end of this module, you will be able to:

Lessons

1

for Loops and range()

Learn to repeat actions a specific number of times and iterate over sequences using for loops and the range() function.

~75 minutes
2

while Loops

Use condition-based loops for situations where you do not know in advance how many times to repeat.

~60 minutes
3

break, continue, and pass

Control loop execution with early exits, skipping iterations, and placeholder statements.

~60 minutes
4

Nested Loops

Combine loops within loops for patterns, tables, and working with multi-dimensional data.

~60 minutes

After the Lessons

Practice Problems

15 hands-on problems to master loops

Module Quiz

12 questions to check your understanding

Study Guide

Complete review of all key concepts

Quick Reference

Printable cheat sheet for loops