Middle School / For Loops

For Loops

+10 XP

Learn Example Challenge

Lesson

A `for` loop repeats code. Type: `for i in range(5):` then indent and `print(i)`