Pair Up    β 00:00
Searching for a partner...

Expected Wait Time... 00:15

Users Searching... 0

Your Partner is Ready!

00:20

Loops

This lesson covers loops which allow you to repeat code in a more efficient manner, reducing redundancy and increasing readability.
  • Write a loop that adds up 1 to 10 and outputs the result
  • Write a loop that outputs all numbers from 1 to 100 that are divisible by 5 or 7