p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Loops
Loops
for loop
while loop
repeatable tasks
break
continue
in
range
nested loops
NEXT
Introduction to for-loops in Python
LESSON
Exercise: Create for-loop
CHALLENGE
Exercise: Use for-loop to get sum of numbers
CHALLENGE
Exercise: Filter sequence of names with for-loop
CHALLENGE
Exercise: Reverse string with for-loop
CHALLENGE
Control Statements and Nested Loops
LESSON
Exercise: Terminate for-loop with break
CHALLENGE
Exercise: Skip iteration with continue
CHALLENGE
Exercise: Create nested for-loop
CHALLENGE
Introduction to while-loops
LESSON
Exercise: Create while-loop
CHALLENGE
Convert while-loop into for-loop
CHALLENGE
Test: Python Loops
EXAM