WEBVTT 00:00:00.399 --> 00:00:05.420 One thing that computers are really good at is repeating commands. As a person, you'd 00:00:05.420 --> 00:00:09.839 get really bored if you had to do the same thing lots of times in a row. But a computer 00:00:09.839 --> 00:00:14.329 can do the same thing millions or even billions of times and not get bored, and be able to 00:00:14.329 --> 00:00:19.150 carry that out really well. For example, if I wanted to wish everyone on Facebook a Happy 00:00:19.150 --> 00:00:23.800 Birthday by sending them an email, it might take me more than a century to actually write 00:00:23.800 --> 00:00:29.179 out all of those emails to everyone. But with just a few lines of code I can have a system 00:00:29.179 --> 00:00:33.040 send an email to everyone on Facebook wishing them a Happy Birthday. So that's what loops 00:00:33.040 --> 00:00:38.270 are and why they're valuable, and something that computers can do very well. To get the 00:00:38.270 --> 00:00:42.890 bird to the pig in this level... rather than drag three North blocks on to the workspace, 00:00:42.890 --> 00:00:48.020 you will use the "repeat" block. Drag the "repeat" block on to the workspace and enter 00:00:48.020 --> 00:00:55.640 the number 3. Then drag the "move North" block into the "repeat" block and hit "Run" to see 00:00:55.640 --> 00:01:00.460 if you got it right. Congratulations, you got it!