DRY stands for Don’t Repeat Yourself. This code works, but it has several repeating patterns that should be in a loop instead. Change the code so it works the same way, but with fewer blocks.