A loop is another form of the control flow we saw earlier. If we want to run a block of code repeatedly while a certain condition is true.

Phewww, that's a lot of code for a simple output and we break a big rule in coding: Don't repeat yourself!