LoopsIntro
Programming foundations · lesson 3
Say hi to a thousand people. Without typing print a thousand times.
Computers are brilliant at one thing above all: doing the same job over and over without getting bored or making a typo. That is a loop, and it is where beginners struggle most. We will make it click.
The single most useful idea in code.
Tap Start.
Quick, honest: how does this feel right now?